diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
| commit | 0b3bc144008c93d61f3720daf8aeff915df65ede (patch) | |
| tree | 38bf3d4683e21a485b3aa3a4a9bc3b01021bc76c /adduser/rmgroup.sh | |
| parent | 74a5d0069d710c4640b78810b7bd7a4f21c43d9d (diff) | |
| download | pw-darwin-0b3bc144008c93d61f3720daf8aeff915df65ede.tar.gz pw-darwin-0b3bc144008c93d61f3720daf8aeff915df65ede.zip | |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Diffstat (limited to 'adduser/rmgroup.sh')
| -rw-r--r-- | adduser/rmgroup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adduser/rmgroup.sh b/adduser/rmgroup.sh index ad0afa4..dad7462 100644 --- a/adduser/rmgroup.sh +++ b/adduser/rmgroup.sh @@ -4,7 +4,7 @@ # # rmgroup - delete a Unix group # -# $Id: rmgroup.sh,v 1.1 1996/10/30 20:41:17 wosch Exp wosch $ +# $FreeBSD$ PATH=/bin:/usr/bin; export PATH db=/etc/group |
