Displaying 4 results from an estimated 4 matches for "have_chflags".
2006 Mar 20
3
rsync and BSD file flags.
I've searched the archive for references to FreeBSD's file flags and
rsync but only found one reference to it dated back in 2002. It refers
to a --flags patch that I don't see available anywhere:
http://www.mail-archive.com/rsync@lists.samba.org/msg03878.html
Is there a patch for preserving FreeBSD's flags like schg? (i.e.
immutable)
My current configuration:
Two FreeBSD 4.11
2008 Feb 15
4
Revised flags patch
...--- rsync-3.0.0pre9/config.h.in Mon Feb 11 05:16:36 2008
+++ rsync-3.0.0pre9-flags/config.h.in Fri Feb 15 19:33:09 2008
@@ -64,6 +64,9 @@
/* Define to 1 if vsprintf has a C99-compatible return value */
#undef HAVE_C99_VSNPRINTF
+/* Define to 1 if you have the `chflags' function. */
+#undef HAVE_CHFLAGS
+
/* Define to 1 if you have the `chmod' function. */
#undef HAVE_CHMOD
diff -brpu rsync-3.0.0pre9/configure.in rsync-3.0.0pre9-flags/configure.in
--- rsync-3.0.0pre9/configure.in Mon Feb 11 05:16:25 2008
+++ rsync-3.0.0pre9-flags/configure.in Fri Feb 15 19:33:09 2008
@@ -551,7 +551,7 @@ AC...
2008 Mar 04
1
Several changes missing from [HEAD] fileflags.diff
...t:
> diff -up a/config.h.in b/config.h.in
> --- a/config.h.in
> +++ b/config.h.in
> @@ -64,6 +64,9 @@
> /* Define to 1 if vsprintf has a C99-compatible return value */
> #undef HAVE_C99_VSNPRINTF
>
> +/* Define to 1 if you have the `chflags' function. */
> +#undef HAVE_CHFLAGS
> +
> /* Define to 1 if you have the `chmod' function. */
> #undef HAVE_CHMOD
>
> diff -up a/configure.sh b/configure.sh
> --- a/configure.sh
> +++ b/configure.sh
> @@ -14789,12 +14789,13 @@ fi
>
>
>
> +
> for ac_func in waitpid wait4 getcwd strdup chow...
2013 May 14
3
frequent tdb corruption
...CL_GET_PERM_NP
HAVE_ADDR_TYPE_IN_KRB5_ADDRESS
HAVE_AP_OPTS_USE_SUBKEY
HAVE_ASPRINTF
HAVE_ATEXIT
HAVE_BACKTRACE_SYMBOLS
HAVE_BER_SCANF
HAVE_BER_SOCKBUF_ADD_IO
HAVE_BLKCNT_T
HAVE_BLKSIZE_T
HAVE_BOOL
HAVE_BZERO
HAVE_C99_VSNPRINTF
HAVE_CHECKSUM_IN_KRB5_CHECKSUM
HAVE_CHFLAGS
HAVE_CHMOD
HAVE_CHOWN
HAVE_CHROOT
HAVE_CLOCK_GETTIME
HAVE_CLOCK_MONOTONIC
HAVE_CLOCK_REALTIME
HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS
HAVE_CONNECT
HAVE_COPY_AUTHENTICATOR
HAVE_CRYPT
HAVE_DECL_ASPRINTF
HAVE_DECL_KRB5_AUTH_CON_SET_REQ_CKSUMTYPE
HAVE_DECL_KRB5_GET_CR...