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..91310e71af61 100644 --- a/bin/setfacl/Makefile +++ b/bin/setfacl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/setfacl/Makefile,v 1.8.30.1.2.1 2009/10/25 01:10:29 kensmith 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 5996d55daf60..34ec19e62ef9 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.5.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/acl.h> diff --git a/bin/setfacl/mask.c b/bin/setfacl/mask.c index b275893b1f54..778300c7816f 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.8.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/acl.h> diff --git a/bin/setfacl/merge.c b/bin/setfacl/merge.c index 9f1b5dd48f45..24eb8e78fe48 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.8.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/acl.h> diff --git a/bin/setfacl/remove.c b/bin/setfacl/remove.c index 23240554a341..fc2ecb08cc8c 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.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/acl.h> diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index e49d18a185aa..4e558d0c3a7c 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.19.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd January 7, 2001 .Dt SETFACL 1 diff --git a/bin/setfacl/setfacl.c b/bin/setfacl/setfacl.c index 2286efb244a6..178e43f52979 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.14.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/bin/setfacl/setfacl.h b/bin/setfacl/setfacl.h index bdf052ba0a81..ebd0bed75af2 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.5.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _SETFACL_H diff --git a/bin/setfacl/util.c b/bin/setfacl/util.c index 46b9abb6ff6b..6dd5985b6e73 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.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <err.h> #include <stdlib.h> |