diff options
Diffstat (limited to 'bin/setfacl')
| -rw-r--r-- | bin/setfacl/Makefile | 2 | ||||
| -rw-r--r-- | bin/setfacl/file.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/mask.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/merge.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/remove.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/setfacl.1 | 2 | ||||
| -rw-r--r-- | bin/setfacl/setfacl.c | 2 | ||||
| -rw-r--r-- | bin/setfacl/setfacl.h | 2 | ||||
| -rw-r--r-- | bin/setfacl/util.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/bin/setfacl/Makefile b/bin/setfacl/Makefile index 3f6b78e54e11..eb060104491a 100644 --- a/bin/setfacl/Makefile +++ b/bin/setfacl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/setfacl/Makefile,v 1.8 2004/06/13 19:22:53 obrien Exp $ PROG= setfacl SRCS= file.c mask.c merge.c remove.c setfacl.c util.c diff --git a/bin/setfacl/file.c b/bin/setfacl/file.c index c9d21d61d5ee..b6c96d8229dc 100644 --- a/bin/setfacl/file.c +++ b/bin/setfacl/file.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/setfacl/file.c,v 1.4 2002/06/30 05:15:03 obrien Exp $"); #include <sys/types.h> #include <sys/acl.h> diff --git a/bin/setfacl/mask.c b/bin/setfacl/mask.c index e4d18f73bdfd..81740264e723 100644 --- a/bin/setfacl/mask.c +++ b/bin/setfacl/mask.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/setfacl/mask.c,v 1.7 2002/06/30 05:15:03 obrien Exp $"); #include <sys/types.h> #include <sys/acl.h> diff --git a/bin/setfacl/merge.c b/bin/setfacl/merge.c index b9d45f8c188d..97b184ac75b0 100644 --- a/bin/setfacl/merge.c +++ b/bin/setfacl/merge.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/setfacl/merge.c,v 1.7 2002/06/30 05:15:03 obrien Exp $"); #include <sys/types.h> #include <sys/acl.h> diff --git a/bin/setfacl/remove.c b/bin/setfacl/remove.c index dc0c3a8f784a..fa36cbc3b096 100644 --- a/bin/setfacl/remove.c +++ b/bin/setfacl/remove.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/setfacl/remove.c,v 1.5 2002/06/30 05:15:03 obrien Exp $"); #include <sys/types.h> #include <sys/acl.h> diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index d5787eaf861e..c81f6249f314 100644 --- a/bin/setfacl/setfacl.1 +++ b/bin/setfacl/setfacl.1 @@ -23,7 +23,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/setfacl/setfacl.1,v 1.10 2004/07/02 21:04:19 ru Exp $ .\" .Dd January 7, 2001 .Dt SETFACL 1 diff --git a/bin/setfacl/setfacl.c b/bin/setfacl/setfacl.c index 735065461230..964f436de653 100644 --- a/bin/setfacl/setfacl.c +++ b/bin/setfacl/setfacl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/setfacl/setfacl.c,v 1.9 2003/08/07 14:43:43 rwatson Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/bin/setfacl/setfacl.h b/bin/setfacl/setfacl.h index 91b4f0033041..c9fd96fdad45 100644 --- a/bin/setfacl/setfacl.h +++ b/bin/setfacl/setfacl.h @@ -23,7 +23,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/bin/setfacl/setfacl.h,v 1.4 2002/12/30 15:36:29 rwatson Exp $ */ #ifndef _SETFACL_H diff --git a/bin/setfacl/util.c b/bin/setfacl/util.c index 4976301bd5c4..0e6e39561dcc 100644 --- a/bin/setfacl/util.c +++ b/bin/setfacl/util.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/setfacl/util.c,v 1.5 2002/06/30 05:15:03 obrien Exp $"); #include <err.h> #include <stdlib.h> |
