diff options
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r-- | usr.sbin/pw/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/pw/README | 2 | ||||
-rw-r--r-- | usr.sbin/pw/bitmap.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/bitmap.h | 2 | ||||
-rw-r--r-- | usr.sbin/pw/cpdir.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/edgroup.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/fileupd.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/grupd.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/psdate.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/psdate.h | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw.8 | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw.conf.5 | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw.h | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw_conf.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw_group.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw_log.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw_nis.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw_user.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pw_vpw.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pwupd.c | 2 | ||||
-rw-r--r-- | usr.sbin/pw/pwupd.h | 2 | ||||
-rw-r--r-- | usr.sbin/pw/rm_r.c | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile index 8937124f22f4..1278ce435c5a 100644 --- a/usr.sbin/pw/Makefile +++ b/usr.sbin/pw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pw/Makefile,v 1.18.36.1 2010/02/10 00:26:20 kensmith Exp $ PROG= pw MAN= pw.conf.5 pw.8 diff --git a/usr.sbin/pw/README b/usr.sbin/pw/README index bbb153988366..aee832752a8a 100644 --- a/usr.sbin/pw/README +++ b/usr.sbin/pw/README @@ -18,5 +18,5 @@ other bsd4.4 variants. Author and maintainer: David L. Nugent, <davidn@blaze.net.au> -$FreeBSD$ +$FreeBSD: src/usr.sbin/pw/README,v 1.6.38.1 2010/02/10 00:26:20 kensmith Exp $ diff --git a/usr.sbin/pw/bitmap.c b/usr.sbin/pw/bitmap.c index bcfea7e2c887..09b488805eb0 100644 --- a/usr.sbin/pw/bitmap.c +++ b/usr.sbin/pw/bitmap.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/bitmap.c,v 1.5.58.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.sbin/pw/bitmap.h b/usr.sbin/pw/bitmap.h index 4d6cfe43c18a..40a2ff8a8b73 100644 --- a/usr.sbin/pw/bitmap.h +++ b/usr.sbin/pw/bitmap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pw/bitmap.h,v 1.5.38.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _BITMAP_H_ diff --git a/usr.sbin/pw/cpdir.c b/usr.sbin/pw/cpdir.c index f37042165776..030eeef71fc2 100644 --- a/usr.sbin/pw/cpdir.c +++ b/usr.sbin/pw/cpdir.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/cpdir.c,v 1.8.12.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pw/edgroup.c b/usr.sbin/pw/edgroup.c index 1cc46b4bdb48..2dbab4784059 100644 --- a/usr.sbin/pw/edgroup.c +++ b/usr.sbin/pw/edgroup.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/edgroup.c,v 1.9.32.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/fileupd.c b/usr.sbin/pw/fileupd.c index b88f4fa8539f..d14c244c8166 100644 --- a/usr.sbin/pw/fileupd.c +++ b/usr.sbin/pw/fileupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/fileupd.c,v 1.10.32.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/grupd.c b/usr.sbin/pw/grupd.c index edff76d1285c..4d55ecab634d 100644 --- a/usr.sbin/pw/grupd.c +++ b/usr.sbin/pw/grupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/grupd.c,v 1.10.38.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.c b/usr.sbin/pw/psdate.c index 3f4c0105b75b..89fad6adb012 100644 --- a/usr.sbin/pw/psdate.c +++ b/usr.sbin/pw/psdate.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/psdate.c,v 1.8.32.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.h b/usr.sbin/pw/psdate.h index a1e99d464531..603fbf58419b 100644 --- a/usr.sbin/pw/psdate.h +++ b/usr.sbin/pw/psdate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pw/psdate.h,v 1.5.38.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _PSDATE_H_ diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index 428705589a80..5f3397b99eb3 100644 --- a/usr.sbin/pw/pw.8 +++ b/usr.sbin/pw/pw.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pw/pw.8,v 1.41.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd March 30, 2007 .Dt PW 8 diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index e9d93632888f..5a874ccab5f8 100644 --- a/usr.sbin/pw/pw.c +++ b/usr.sbin/pw/pw.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw.c,v 1.31.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pw/pw.conf.5 b/usr.sbin/pw/pw.conf.5 index 3f023aa2ca5a..2563d320b5dc 100644 --- a/usr.sbin/pw/pw.conf.5 +++ b/usr.sbin/pw/pw.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pw/pw.conf.5,v 1.16.12.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd March 30, 2007 .Dt PW.CONF 5 diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h index 7568c2236e3d..eb42472f5adb 100644 --- a/usr.sbin/pw/pw.h +++ b/usr.sbin/pw/pw.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pw/pw.h,v 1.15.12.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <stdio.h> diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index 51672b9ae493..b589be821ef1 100644 --- a/usr.sbin/pw/pw_conf.c +++ b/usr.sbin/pw/pw_conf.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_conf.c,v 1.15.12.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.sbin/pw/pw_group.c b/usr.sbin/pw/pw_group.c index a8f182cae259..4e1d3f8b17f4 100644 --- a/usr.sbin/pw/pw_group.c +++ b/usr.sbin/pw/pw_group.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_group.c,v 1.14.18.2.6.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pw/pw_log.c b/usr.sbin/pw/pw_log.c index fc85828b5bbf..22b075be437b 100644 --- a/usr.sbin/pw/pw_log.c +++ b/usr.sbin/pw/pw_log.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_log.c,v 1.6.38.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/usr.sbin/pw/pw_nis.c b/usr.sbin/pw/pw_nis.c index 74a3ed09a7a9..171c3f42b2fd 100644 --- a/usr.sbin/pw/pw_nis.c +++ b/usr.sbin/pw/pw_nis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_nis.c,v 1.6.58.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/pw_user.c b/usr.sbin/pw/pw_user.c index 7da16f8773a0..7ef879dbfeaf 100644 --- a/usr.sbin/pw/pw_user.c +++ b/usr.sbin/pw/pw_user.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_user.c,v 1.61.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pw/pw_vpw.c b/usr.sbin/pw/pw_vpw.c index 473cbb6c0c64..1ecaa689f84a 100644 --- a/usr.sbin/pw/pw_vpw.c +++ b/usr.sbin/pw/pw_vpw.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_vpw.c,v 1.4.32.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/pwupd.c b/usr.sbin/pw/pwupd.c index cb8456d9e7c8..4af701865fb0 100644 --- a/usr.sbin/pw/pwupd.c +++ b/usr.sbin/pw/pwupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pwupd.c,v 1.20.10.1.6.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/pwupd.h b/usr.sbin/pw/pwupd.h index 728906500f41..e3c38047ad22 100644 --- a/usr.sbin/pw/pwupd.h +++ b/usr.sbin/pw/pwupd.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pw/pwupd.h,v 1.8.38.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _PWUPD_H_ diff --git a/usr.sbin/pw/rm_r.c b/usr.sbin/pw/rm_r.c index 4ad590bc1aa2..b0fc9190ef7d 100644 --- a/usr.sbin/pw/rm_r.c +++ b/usr.sbin/pw/rm_r.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/rm_r.c,v 1.6.38.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> |