Displaying 7 results from an estimated 7 matches for "rdup".
Did you mean:
dup
2019 Dec 17
0
Preserving ext2-4 attributes
...meta data (i.e. anything
besides the file name and file content), I employ a different tool
depending on the occasion:
* usually a simple `find` with proper `-printf` usage (including `%U
%G %T@ %n %i %l`, etc.) which can help afterward easily recover
meta-data or hard-links, etc.;
* alternatively `rdup` can be used for this purpose;
* any other tool that outputs the meta-data in machine-readable format;
I do this because the file-system meta-data is so "brittle" that it
can easily be "mangled" by even the simplest commands.
Also, I don't know of any usage of such attrib...
2001 Oct 07
3
socks and misc patch to 2.9.9p2
...defining */
+#undef Rconnect
+#undef Rgetsockname
+#undef Rgetpeername
+#undef Rbind
+#undef Raccept
+#undef Rlisten
+#undef Rselect
+#undef Rrecvfrom
+#undef Rsendto
+#undef Rrecv
+#undef Rsend
+#undef Rread
+#undef Rwrite
+#undef Rrresvport
+#undef Rshutdown
+#undef Rlisten
+#undef Rclose
+#undef Rdup
+#undef Rdup2
+#undef Rfclose
+#undef Rgethostbyname
@BOTTOM@
diff -u openssh-2.9.9p2.old/channels.c openssh-2.9.9p2/channels.c
--- openssh-2.9.9p2.old/channels.c Mon Sep 17 22:53:12 2001
+++ openssh-2.9.9p2/channels.c Sat Oct 6 17:09:30 2001
@@ -2481,7 +2481,12 @@
struct hostent *he;
s...
2002 May 11
4
socks5 support
...defining */
+#undef Rconnect
+#undef Rgetsockname
+#undef Rgetpeername
+#undef Rbind
+#undef Raccept
+#undef Rlisten
+#undef Rselect
+#undef Rrecvfrom
+#undef Rsendto
+#undef Rrecv
+#undef Rsend
+#undef Rread
+#undef Rwrite
+#undef Rrresvport
+#undef Rshutdown
+#undef Rlisten
+#undef Rclose
+#undef Rdup
+#undef Rdup2
+#undef Rfclose
+#undef Rgethostbyname
@BOTTOM@
diff -u openssh-2.9.9p2.old/channels.c openssh-2.9.9p2/channels.c
--- openssh-2.9.9p2.old/channels.c Mon Sep 17 22:53:12 2001
+++ openssh-2.9.9p2/channels.c Sat Oct 6 17:09:30 2001
@@ -2481,7 +2481,12 @@
struct hostent *he;
s...
2019 Dec 13
2
Preserving ext2-4 attributes
I have searched for this topic on the mailing list and on Google
without finding anything. Is this already a well known issue?
The problem is that rsync does not preserve ext2-4 attributes (even
when using the -a, -A, and -X flags). Note that these are different
from extended attributes: Extended attributes are manipulated using
programs such as getfattr and setfattr (on Unix-like systems),
2011 Jul 09
0
Processed: raise severity of ftbfs with -Werror (please apologize for false positives, just close the report in this case)
...625405 [squid3] squid3: ftbfs with gcc-4.6 -Werror
Severity set to 'serious' from 'important'
> severity 625406 serious
Bug #625406 [splashy] splashy: ftbfs with gcc-4.6 -Werror
Severity set to 'serious' from 'important'
> severity 625407 serious
Bug #625407 [rdup] rdup: ftbfs with gcc-4.6 -Werror
Severity set to 'serious' from 'important'
> severity 625409 serious
Bug #625409 [uisp] uisp: ftbfs with gcc-4.6 -Werror
Severity set to 'serious' from 'important'
> severity 625411 serious
Bug #625411 [tla] tla: ftbfs with g...
2000 Jan 19
3
AIX openssh patches
...ef Rconnect
+ #undef Rgetsockname
+ #undef Rgetpeername
+ #undef Rbind
+ #undef Raccept
+ #undef Rlisten
+ #undef Rselect
+ #undef Rrecvfrom
+ #undef Rsendto
+ #undef Rrecv
+ #undef Rsend
+ #undef Rread
+ #undef Rwrite
+ #undef Rrresvport
+ #undef Rshutdown
+ #undef Rlisten
+ #undef Rclose
+ #undef Rdup
+ #undef Rdup2
+ #undef Rfclose
+ #undef Rgethostbyname
+
+
/* Define if your ssl headers are included with #include <ssl/header.h> */
#undef HAVE_SSL
*** auth-passwd.c.DIST Tue Jan 11 09:19:33 2000
--- auth-passwd.c Tue Jan 11 09:45:13 2000
***************
*** 18,23 ****
--- 18,27...
2006 Jul 05
2
Procmail patch for dovecot delivery
...iver_raw_mode)
+ {
+ rawnonl = 1; /* raw mode */
+ }
+ retval = !pipin(buf, source, len, 1); /* regular program */
+ rawnonl = oldrawnonl;
+
+ return retval;
+ }
+
if(*boxname=='|'&&(!linkfolder||linkfolder==Tmnate))
{ setlastfolder(boxname);
fd=rdup(Deliverymode==2?STDOUT:savstdout);
diff -Nur procmail-3.22-orig/src/mailfold.h procmail-3.22/src/mailfold.h
--- procmail-3.22-orig/src/mailfold.h 2000-12-31 07:08:34.000000000 +0100
+++ procmail-3.22/src/mailfold.h 2006-07-03 22:56:24.000000000 +0200
@@ -4,7 +4,7 @@
dump P((const int s,const int...