search for: trimslash

Displaying 20 results from an estimated 22 matches for "trimslash".

Did you mean: stripslash
2003 Jul 05
1
make check's diff -u vs -c
...To: rsync-cvs@samba.org > Message-ID: <20030704235659.352582C051@lists.samba.org> > > > Date: Fri Jul 4 23:56:59 2003 > Author: wayned > > Update of /data/cvs/rsync/testsuite > In directory dp.samba.org:/tmp/cvs-serv24766 > > Modified Files: > rsync.fns trimslash.test > Log Message: > Changed "diff -c" to "diff -u". > > > Revisions: > rsync.fns 1.55 => 1.56 > http://www.samba.org/cgi-bin/cvsweb/rsync/testsuite/rsync.fns.diff?r1=1.55&r2=1.56 > trimslash.test 1.1 => 1.2 > http://www.samba.org/cgi...
2003 Jan 16
1
Possible patch for Irix Makefile problem
...u Jan 16 16:06:00 2003 +++ new/rsync/Makefile.in Thu Jan 16 16:14:29 2003 @@ -43,8 +43,13 @@ OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON TLS_OBJ = tls.o syscall.o lib/permstring.o # Programs we must have to run the test cases -CHECK_PROGS = rsync$(EXEEXT) tls$(EXEEXT) getgroups$(EXEEXT) \ - trimslash$(EXEEXT) t_unsafe$(EXEEXT) +RSYNC_EXE=rsync$(EXEEXT) +TLS_EXE=tls$(EXEEXT) +GETGROUPS_EXE=getgroups$(EXEEXT) +TRIMSLASH_EXE=trimslash$(EXEEXT) +T_UNSAFE_EXE=t_unsafe$(EXEEXT) +CHECK_PROGS=$(RSYNC_EXE) $(TLS_EXE) $(GETGROUPS_EXE) \ + $(TRIMSLASH_EXE) $(T_UNSAFE_EXE) # Objects for CHECK_PROGS to c...
2003 Jan 10
1
make clean
...================== RCS file: /cvsroot/rsync/Makefile.in,v retrieving revision 1.84 diff -u -r1.84 Makefile.in --- Makefile.in 8 Apr 2002 06:23:34 -0000 1.84 +++ Makefile.in 10 Jan 2003 02:40:34 -0000 @@ -43,6 +43,9 @@ # Programs we must have to run the test cases CHECK_PROGS = rsync tls getgroups trimslash t_unsafe +# Objects for CHECK_PROGS to clean +CHECK_OBJS=getgroups.o t_stub.o t_unsafe.o trimslash.o + # note that the -I. is needed to handle config.h when using VPATH .c.o: @OBJ_SAVE@ @@ -106,7 +109,7 @@ cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)...
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
...S@ CC=@CC@ CFLAGS=@CFLAGS@ +CPPFLAGS=@CPPFLAGS@ +EXEEXT=@EXEEXT@ LDFLAGS=@LDFLAGS@ INSTALLCMD=@INSTALL@ @@ -41,21 +43,21 @@ OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON TLS_OBJ = tls.o syscall.o lib/permstring.o # Programs we must have to run the test cases -CHECK_PROGS = rsync tls getgroups trimslash t_unsafe +CHECK_PROGS = rsync$(EXEEXT) tls$(EXEEXT) getgroups$(EXEEXT) trimslash$(EXEEXT) t_unsafe$(EXEEXT) # note that the -I. is needed to handle config.h when using VPATH .c.o: @OBJ_SAVE@ - $(CC) -I. -I$(srcdir) $(CFLAGS) -c $< @CC_SHOBJ_FLAG@ + $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS...
2006 Dec 15
2
BugReport: rsync fails it's own "regression" test "chmod-option"
...cc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o getgroups getgroups.o -lpopt gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c getfsdev.c -o getfsdev.o gcc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o getfsdev getfsdev.o -lpopt gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c trimslash.c -o trimslash.o gcc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o trimslash trimslash.o syscall.o lib/compat.o lib/snprintf.o -lpopt gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c t_unsafe.c -o t_unsafe.o gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c t_stub.c -o t_stub.o...
2002 Jul 12
0
Installation
...enticate.o popt_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \ popt/popthelp.o popt/poptparse.o OBJS=$(OBJS1) $(OBJS2) $(DAEMON_OBJ) $(LIBOBJ) $(ZLIBOBJ) $(popt_OBJS) TLS_OBJ = tls.o syscall.o lib/permstring.o # Programs we must have to run the test cases CHECK_PROGS = rsync tls getgroups trimslash # note that the -I. is needed to handle config.h when using VPATH .c.o: # $(CC) -I. -I$(srcdir) $(CFLAGS) -c $< -o $@ # all: rsync man: rsync.1 rsyncd.conf.5 install: all -mkdir -p ${DESTDIR}${bindir} ${INSTALLCMD} ${STRIP} -m 755 rsync ${DESTDIR}${bindir} -mkdir -p ${DESTDIR}${mandir}/m...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...c getgroups.c -o getgroups.o getgroups.c: In function `main': getgroups.c:34: warning: unused parameter `argc' getgroups.c:34: warning: unused parameter `argv' gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o getgroups getgroups.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c trimslash.c -o trimslash.o gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o trimslash trimslash.o syscall.o POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync srcdir="." ./runtests.sh ============================================================ ./runtests.sh running in /Volumes/local/tmp/rsync-...
2002 Sep 06
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS
...config.h tls: $(TLS_OBJ) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS) + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS) getgroups: getgroups.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ getgroups.o $(LIBS) + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ getgroups.o $(LIBS) TRIMSLASH_OBJ = trimslash.o syscall.o trimslash: $(TRIMSLASH_OBJ) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TRIMSLASH_OBJ) $(LIBS) + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $(TRIMSLASH_OBJ) $(LIBS) Makefile: Makefile.in configure config.status echo "WARNING: You need to run ./config.status --reche...
2002 Oct 14
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (resend)
...config.h tls: $(TLS_OBJ) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS) + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS) getgroups: getgroups.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ getgroups.o $(LIBS) + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ getgroups.o $(LIBS) TRIMSLASH_OBJ = trimslash.o syscall.o trimslash: $(TRIMSLASH_OBJ) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TRIMSLASH_OBJ) $(LIBS) + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $(TRIMSLASH_OBJ) $(LIBS) Makefile: Makefile.in configure config.status echo "WARNING: You need to run ./config.status --reche...
2002 Apr 05
2
little patch with zero priority
....o @@ -37,7 +37,7 @@ popt/popthelp.o popt/poptparse.o OBJS=$(OBJS1) $(OBJS2) $(DAEMON_OBJ) $(LIBOBJ) $(ZLIBOBJ) @BUILD_POPT@ -TLS_OBJ = tls.o syscall.o lib/permstring.o +TLS_OBJ = tls.o syscall.o lib/permstring.o # Programs we must have to run the test cases CHECK_PROGS = rsync tls getgroups trimslash @@ -105,8 +107,8 @@ # directories, just in case somebody previously configured things in # the source directory. distclean: clean - rm -f Makefile config.h config.status - rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status + rm -f Makefile config.h config.status + rm -f $(srcdir...
2003 Apr 29
6
Connection refused
I've added the: /etc/services /etc/inetd entries as well as /etc/rsync.conf with the contents: [io] path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io comment = iolanguage source code But I get this error: % rsync -rvR --progress localhost:/ . localhost.dekorte.com: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error:
2008 May 17
1
DO NOT REPLY [Bug 5472] New: FreeBSD 3.0.3pre2 'make check' failures
...etwork/rsync/rsync-3.0.3pre2/io.c(635) [sender=3.0.3pre2] ----- hardlinks log ends FAIL hardlinks PASS itemize PASS longdir PASS merge PASS missing PASS relative SKIP ssh-basic (Skipping SSH tests because ssh conection to localhost not authorised) PASS symlink-ignore PASS trimslash PASS unsafe-byname PASS unsafe-links PASS wildmatch SKIP xattrs (Unable to set an xattr) ------------------------------------------------------------ ----- overall results: 29 passed 1 failed 7 skipped ------------------------------------------------------------ overal...
2007 Nov 15
2
2.6.9 w/ acl, xattr, and fake-super support?
...tching file backup.c patching file clientserver.c patching file flist.c patching file loadparm.c patching file options.c patching file rsync.c patching file rsync.h patching file rsync.yo patching file rsyncd.conf.yo patching file syscall.c patching file t_unsafe.c patching file tls.c patching file trimslash.c patching file xattr.c patching file proto.h Hunk #2 FAILED at 333. 1 out of 2 hunks FAILED -- saving rejects to file proto.h.rej patching file configure Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 2 out of 2 hunks ignored -- saving rejects...
2008 May 17
1
DO NOT REPLY [Bug 5473] New: OS-X Leopard Rsync 3.0.3pre2 make check failures
...etwork/rsync/rsync-3.0.3pre2/io.c(635) [sender=3.0.3pre2] ----- hardlinks log ends FAIL hardlinks PASS itemize PASS longdir PASS merge PASS missing PASS relative SKIP ssh-basic (Skipping SSH tests because ssh conection to localhost not authorised) PASS symlink-ignore PASS trimslash PASS unsafe-byname PASS unsafe-links PASS wildmatch SKIP xattrs (Unable to set an xattr) ------------------------------------------------------------ ----- overall results: 30 passed 1 failed 6 skipped ------------------------------------------------------------ overal...
2008 May 17
3
DO NOT REPLY [Bug 5470] New: Make check failures on Solaris 10 with rsync 3.0.3pre2
...etwork/rsync/rsync-3.0.3pre2/io.c(635) [sender=3.0.3pre2] ----- hardlinks log ends FAIL hardlinks PASS itemize PASS longdir PASS merge PASS missing PASS relative SKIP ssh-basic (Skipping SSH tests because ssh conection to localhost not authorised) PASS symlink-ignore PASS trimslash PASS unsafe-byname PASS unsafe-links PASS wildmatch SKIP xattrs (Rsync is configured without xattr support) ------------------------------------------------------------ ----- overall results: 27 passed 1 failed 9 skipped ------------------------------------------------...
2009 Jul 07
0
rsync-3.0.6 regression test problems
...temize/from/foo/config2: Not owner chmod: can't change /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/bar/baz/rsync: Not owner ----- itemize log ends FAIL itemize PASS longdir PASS merge PASS missing PASS relative PASS ssh-basic PASS symlink-ignore PASS trimslash PASS unsafe-byname PASS unsafe-links PASS wildmatch SKIP xattrs (Rsync is configured without xattr support) ------------------------------------------------------------ ----- overall results: 28 passed 4 failed 6 skipped ------------------------------------------------...
2010 Aug 17
6
DO NOT REPLY [Bug 7625] New: "Don't know how to make ./*.c"
https://bugzilla.samba.org/show_bug.cgi?id=7625 Summary: "Don't know how to make ./*.c" Product: rsync Version: 3.0.7 Platform: s390 OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: sebastian.hoffman at
2004 Feb 06
4
memory reduction
...truct file_list { int count; int malloced; + alloc_pool_t file_pool; + alloc_pool_t hlink_pool; struct file_struct **files; - struct string_area *string_area; }; struct sum_buf { Binary files cvs/t_unsafe and pool2/t_unsafe differ Binary files cvs/tls and pool2/tls differ Binary files cvs/trimslash and pool2/trimslash differ Binary files cvs/wildtest and pool2/wildtest differ
2008 Mar 02
3
DO NOT REPLY [Bug 5297] New: merge test fails
...the files compare with diff: Common subdirectories: chk/dir-and-not-dir and to/dir-and-not-dir Common subdirectories: chk/sub1 and to/sub1 Common subdirectories: chk/sub2 and to/sub2 ------------- ----- merge log ends FAIL merge PASS relative PASS ssh-basic PASS symlink-ignore PASS trimslash PASS unsafe-byname PASS unsafe-links PASS wildmatch SKIP xattrs (Rsync is configured without xattr support) ------------------------------------------------------------ ----- overall results: 28 passed 2 failed 6 skipped ------------------------------------------------...
2003 Feb 22
1
rsync ported to BeOS-bone
...c-ltr-list dir/subdir/subsubdir2/ dir/subdir/subsubdir2/bin-lt-list dir/text empty emptydir/ filelist nolf nolf-symlink -> nolf text Kill Thread ----- longdir log ends FAIL longdir SKIP ssh-basic (Skipping SSH tests because $rsync_enable_ssh_tests is not set) PASS symlink-ignore PASS trimslash PASS unsafe-byname PASS unsafe-links ------------------------------------------------------------ ----- overall results: 10 passed 3 failed 3 skipped ------------------------------------------------------------ overall result is 3 make: *** [check] Error 3