aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/isp
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/isp')
-rw-r--r--release/picobsd/isp/Makefile.mfs2
-rw-r--r--release/picobsd/isp/PICOBSD2
-rw-r--r--release/picobsd/isp/crunch1/Makefile2
-rw-r--r--release/picobsd/isp/crunch1/crunch.conf2
-rw-r--r--release/picobsd/isp/crunch1/passwd.diff4
-rw-r--r--release/picobsd/isp/lang/hosts.en2
-rw-r--r--release/picobsd/isp/lang/hosts.pl2
-rwxr-xr-xrelease/picobsd/isp/lang/update.en2
-rwxr-xr-xrelease/picobsd/isp/lang/update.pl2
-rw-r--r--release/picobsd/isp/mfs.mtree2
10 files changed, 11 insertions, 11 deletions
diff --git a/release/picobsd/isp/Makefile.mfs b/release/picobsd/isp/Makefile.mfs
index 17438f280217..73d97e548331 100644
--- a/release/picobsd/isp/Makefile.mfs
+++ b/release/picobsd/isp/Makefile.mfs
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.mfs,v 1.1 1999/08/22 21:43:32 dwhite Exp $
+# $FreeBSD$
#
DESTDIR?=/mnt
diff --git a/release/picobsd/isp/PICOBSD b/release/picobsd/isp/PICOBSD
index c7d88b6e22ac..cacc5e950d87 100644
--- a/release/picobsd/isp/PICOBSD
+++ b/release/picobsd/isp/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.1 1999/08/23 10:01:37 luigi Exp $
+# $FreeBSD$
#
machine i386
diff --git a/release/picobsd/isp/crunch1/Makefile b/release/picobsd/isp/crunch1/Makefile
index 959008d4cc57..20cbc048c2eb 100644
--- a/release/picobsd/isp/crunch1/Makefile
+++ b/release/picobsd/isp/crunch1/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.4 1999/01/19 23:10:34 abial Exp $
+# $FreeBSD$
#
SRC?=/usr/src
diff --git a/release/picobsd/isp/crunch1/crunch.conf b/release/picobsd/isp/crunch1/crunch.conf
index ac6b2ec7fc05..270b74da717a 100644
--- a/release/picobsd/isp/crunch1/crunch.conf
+++ b/release/picobsd/isp/crunch1/crunch.conf
@@ -1,5 +1,5 @@
#
-# $Id: crunch.conf,v 1.5.2.2 1999/05/07 10:02:57 abial Exp $
+# $FreeBSD$
#
# NOTE: the string "/usr/src" will be automatically replaced with the
# correct value set in 'build' script - you should change it there
diff --git a/release/picobsd/isp/crunch1/passwd.diff b/release/picobsd/isp/crunch1/passwd.diff
index 6db2a8a5716a..739b9a3b59f6 100644
--- a/release/picobsd/isp/crunch1/passwd.diff
+++ b/release/picobsd/isp/crunch1/passwd.diff
@@ -2,7 +2,7 @@
--- Makefile Sat Aug 1 20:40:38 1998
***************
*** 2,24 ****
- # $Id: passwd.diff,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
+ # $FreeBSD$
PROG= passwd
! SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c pw_yp.c \
@@ -26,7 +26,7 @@
CLEANFILES= ${GENSRCS}
--- 2,21 ----
- # $Id: passwd.diff,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
+ # $FreeBSD$
PROG= passwd
! SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c
diff --git a/release/picobsd/isp/lang/hosts.en b/release/picobsd/isp/lang/hosts.en
index e4afb80301bd..53f13bab8b37 100644
--- a/release/picobsd/isp/lang/hosts.en
+++ b/release/picobsd/isp/lang/hosts.en
@@ -1,4 +1,4 @@
-# $Id: hosts.en,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $
+# $FreeBSD$
# This file should contain the addresses and aliases
# for local hosts that share this file.
127.0.0.1 localhost localhost.mydomain.edu
diff --git a/release/picobsd/isp/lang/hosts.pl b/release/picobsd/isp/lang/hosts.pl
index 39973af58ff8..89081d798683 100644
--- a/release/picobsd/isp/lang/hosts.pl
+++ b/release/picobsd/isp/lang/hosts.pl
@@ -1,4 +1,4 @@
-# $Id: hosts.pl,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $
+# $FreeBSD$
# This file should contain the addresses and aliases
# for local hosts that share this file.
127.0.0.1 localhost localhost.mydomain.org.pl
diff --git a/release/picobsd/isp/lang/update.en b/release/picobsd/isp/lang/update.en
index 0f751e94f2d1..f8c91fd4f171 100755
--- a/release/picobsd/isp/lang/update.en
+++ b/release/picobsd/isp/lang/update.en
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: update.en,v 1.2.2.1 1999/05/07 10:03:03 abial Exp $
+# $FreeBSD$
pwd=`pwd`
echo -n "Updating /etc contents on startup floppy... "
mount /dev/fd0a /start_floppy
diff --git a/release/picobsd/isp/lang/update.pl b/release/picobsd/isp/lang/update.pl
index e55ef894f63c..645f4c05570a 100755
--- a/release/picobsd/isp/lang/update.pl
+++ b/release/picobsd/isp/lang/update.pl
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: update.pl,v 1.2.2.1 1999/05/07 10:03:04 abial Exp $
+# $FreeBSD$
pwd=`pwd`
echo -n "Uaktualniam katalog /etc na dyskietce... "
mount /dev/fd0a /start_floppy
diff --git a/release/picobsd/isp/mfs.mtree b/release/picobsd/isp/mfs.mtree
index 2a6fc5075d2c..d5e5ee419771 100644
--- a/release/picobsd/isp/mfs.mtree
+++ b/release/picobsd/isp/mfs.mtree
@@ -1,5 +1,5 @@
#
-# $Id: mfs.mtree,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
+# $FreeBSD$
#
/set type=dir uname=root gname=wheel mode=0755
.