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 | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /usr.sbin/sa | |
parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) |
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.
Notes
Notes:
svn path=/head/; revision=21673
Diffstat (limited to 'usr.sbin/sa')
-rw-r--r-- | usr.sbin/sa/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/sa/extern.h | 2 | ||||
-rw-r--r-- | usr.sbin/sa/main.c | 2 | ||||
-rw-r--r-- | usr.sbin/sa/pathnames.h | 2 | ||||
-rw-r--r-- | usr.sbin/sa/pdb.c | 2 | ||||
-rw-r--r-- | usr.sbin/sa/sa.8 | 2 | ||||
-rw-r--r-- | usr.sbin/sa/usrdb.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/sa/Makefile b/usr.sbin/sa/Makefile index 76670e5ad93a..46abdaf747df 100644 --- a/usr.sbin/sa/Makefile +++ b/usr.sbin/sa/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1994/09/26 21:22:55 davidg Exp $ +# $FreeBSD$ PROG= sa MAN8= sa.8 diff --git a/usr.sbin/sa/extern.h b/usr.sbin/sa/extern.h index 6d5291458d9d..46892839af7f 100644 --- a/usr.sbin/sa/extern.h +++ b/usr.sbin/sa/extern.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: extern.h,v 1.1 1994/03/24 18:41:50 cgd Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/sa/main.c b/usr.sbin/sa/main.c index ebe491eea103..4a0dc2415aba 100644 --- a/usr.sbin/sa/main.c +++ b/usr.sbin/sa/main.c @@ -33,7 +33,7 @@ static char copright[] = "@(#) Copyright (c) 1994 Christopher G. Demetriou\n\ All rights reserved.\n"; -static char rcsid[] = "$Id: main.c,v 1.2 1995/05/30 03:51:39 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/sa/pathnames.h b/usr.sbin/sa/pathnames.h index 31721c25fcd2..c250e3d65fb2 100644 --- a/usr.sbin/sa/pathnames.h +++ b/usr.sbin/sa/pathnames.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pathnames.h,v 1.1 1994/03/24 18:41:53 cgd Exp $ + * $FreeBSD$ */ #define _PATH_ACCT "/var/account/acct" diff --git a/usr.sbin/sa/pdb.c b/usr.sbin/sa/pdb.c index 8a41591cfd7e..040f95039f79 100644 --- a/usr.sbin/sa/pdb.c +++ b/usr.sbin/sa/pdb.c @@ -29,7 +29,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: pdb.c,v 1.2 1995/05/30 03:51:41 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <sys/types.h> diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8 index 57d12dcf11d2..031e3ab0e99c 100644 --- a/usr.sbin/sa/sa.8 +++ b/usr.sbin/sa/sa.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: sa.8,v 1.3 1996/04/07 00:05:57 mpp Exp $ +.\" $FreeBSD$ .\" .Dd February 25, 1994 .Dt SA 8 diff --git a/usr.sbin/sa/usrdb.c b/usr.sbin/sa/usrdb.c index 1d19c45c5c00..e003df33af2b 100644 --- a/usr.sbin/sa/usrdb.c +++ b/usr.sbin/sa/usrdb.c @@ -29,7 +29,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: usrdb.c,v 1.2 1995/05/30 03:51:42 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <sys/types.h> |