aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/custom
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/custom')
-rw-r--r--release/picobsd/custom/Makefile2
-rw-r--r--release/picobsd/custom/Makefile.conf2
-rw-r--r--release/picobsd/custom/Makefile.mfs2
-rw-r--r--release/picobsd/custom/PICOBSD-C2
-rw-r--r--release/picobsd/custom/crunch1/Makefile2
-rw-r--r--release/picobsd/custom/crunch1/crunch.conf2
-rw-r--r--release/picobsd/custom/crunch2/Makefile2
-rw-r--r--release/picobsd/custom/crunch2/crunch.conf2
-rw-r--r--release/picobsd/custom/floppy.etc/host.conf2
-rw-r--r--release/picobsd/custom/floppy.etc/mfs.rc2
-rw-r--r--release/picobsd/custom/floppy.etc/ppp/ppp.secret.sample2
-rw-r--r--release/picobsd/custom/floppy.etc/rc2
-rw-r--r--release/picobsd/custom/floppy.etc/rc.conf2
-rw-r--r--release/picobsd/custom/floppy.etc/rc.network2
-rw-r--r--release/picobsd/custom/floppy.etc/resolv.conf2
-rw-r--r--release/picobsd/custom/lang/hosts.en2
-rw-r--r--release/picobsd/custom/lang/hosts.pl2
-rwxr-xr-xrelease/picobsd/custom/lang/update.en2
-rwxr-xr-xrelease/picobsd/custom/lang/update.pl2
-rw-r--r--release/picobsd/custom/mfs.mtree2
-rw-r--r--release/picobsd/custom/mfs/etc/login.conf2
-rw-r--r--release/picobsd/custom/mfs/etc/rc2
-rw-r--r--release/picobsd/custom/mfs/etc/rc.firewall2
-rw-r--r--release/picobsd/custom/mfs/etc/rc.serial2
24 files changed, 24 insertions, 24 deletions
diff --git a/release/picobsd/custom/Makefile b/release/picobsd/custom/Makefile
index 33068dadb3ca..81ef76ef0e9c 100644
--- a/release/picobsd/custom/Makefile
+++ b/release/picobsd/custom/Makefile
@@ -4,7 +4,7 @@
#
# Taken from:
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/Makefile,v 1.2 1999/12/11 15:12:30 jdp Exp $
#
# Building a PicoBSD kernel involves four basic operations:
diff --git a/release/picobsd/custom/Makefile.conf b/release/picobsd/custom/Makefile.conf
index 29908c53fc5c..2f7f9255e264 100644
--- a/release/picobsd/custom/Makefile.conf
+++ b/release/picobsd/custom/Makefile.conf
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/Makefile.conf,v 1.2 1999/12/11 15:12:31 jdp Exp $
#
# Makefile for building PICOBSD kernels
diff --git a/release/picobsd/custom/Makefile.mfs b/release/picobsd/custom/Makefile.mfs
index 5e3dbd60c333..2774183baa34 100644
--- a/release/picobsd/custom/Makefile.mfs
+++ b/release/picobsd/custom/Makefile.mfs
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/Makefile.mfs,v 1.3 1999/12/20 02:16:07 grog Exp $
#
DESTDIR?=${MFS_MOUNTPOINT}
diff --git a/release/picobsd/custom/PICOBSD-C b/release/picobsd/custom/PICOBSD-C
index 880a79737f6c..f16865c648f2 100644
--- a/release/picobsd/custom/PICOBSD-C
+++ b/release/picobsd/custom/PICOBSD-C
@@ -15,7 +15,7 @@
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/PICOBSD-C,v 1.2.2.1 2000/03/19 19:40:56 patrick Exp $
machine i386
cpu I386_CPU
diff --git a/release/picobsd/custom/crunch1/Makefile b/release/picobsd/custom/crunch1/Makefile
index c0609d9b507d..0ef6fbc0e124 100644
--- a/release/picobsd/custom/crunch1/Makefile
+++ b/release/picobsd/custom/crunch1/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/crunch1/Makefile,v 1.2 1999/12/20 02:10:16 grog Exp $
#
SRC?=/usr/src
diff --git a/release/picobsd/custom/crunch1/crunch.conf b/release/picobsd/custom/crunch1/crunch.conf
index 6fa52f43bc34..018af0b91e54 100644
--- a/release/picobsd/custom/crunch1/crunch.conf
+++ b/release/picobsd/custom/crunch1/crunch.conf
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/crunch1/crunch.conf,v 1.2 1999/12/20 02:10:55 grog Exp $
#
# 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/custom/crunch2/Makefile b/release/picobsd/custom/crunch2/Makefile
index ce2fada395dc..cb72cf3bf343 100644
--- a/release/picobsd/custom/crunch2/Makefile
+++ b/release/picobsd/custom/crunch2/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/crunch2/Makefile,v 1.2 1999/12/20 02:12:27 grog Exp $
#
SRC?=/usr/src
diff --git a/release/picobsd/custom/crunch2/crunch.conf b/release/picobsd/custom/crunch2/crunch.conf
index c654af34064d..1cf1ceb0d095 100644
--- a/release/picobsd/custom/crunch2/crunch.conf
+++ b/release/picobsd/custom/crunch2/crunch.conf
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/crunch2/crunch.conf,v 1.2 1999/12/20 02:13:28 grog Exp $
#
# 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/custom/floppy.etc/host.conf b/release/picobsd/custom/floppy.etc/host.conf
index 753112455a69..83fc8594dd15 100644
--- a/release/picobsd/custom/floppy.etc/host.conf
+++ b/release/picobsd/custom/floppy.etc/host.conf
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/floppy.etc/host.conf,v 1.1 1999/12/10 21:52:05 grog Exp $
hosts
bind
diff --git a/release/picobsd/custom/floppy.etc/mfs.rc b/release/picobsd/custom/floppy.etc/mfs.rc
index d746cb73d7a9..9f116ef4635e 100644
--- a/release/picobsd/custom/floppy.etc/mfs.rc
+++ b/release/picobsd/custom/floppy.etc/mfs.rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/floppy.etc/mfs.rc,v 1.1 1999/12/10 21:52:06 grog Exp $
### WARNING !!!!!! #####
# We remove this file during execution (see EOF).
# Awful things happen if its size is > 1024B
diff --git a/release/picobsd/custom/floppy.etc/ppp/ppp.secret.sample b/release/picobsd/custom/floppy.etc/ppp/ppp.secret.sample
index bfaab7681aa5..c4d2d607eaf0 100644
--- a/release/picobsd/custom/floppy.etc/ppp/ppp.secret.sample
+++ b/release/picobsd/custom/floppy.etc/ppp/ppp.secret.sample
@@ -12,7 +12,7 @@
# required for all server socket connections. Refer to the ppp(8)
# and pppctl(8) man pages for further details.
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/floppy.etc/ppp/ppp.secret.sample,v 1.1 1999/12/10 21:52:12 grog Exp $
#
##################################################
diff --git a/release/picobsd/custom/floppy.etc/rc b/release/picobsd/custom/floppy.etc/rc
index 45772ef9ad62..af4c9a44af1a 100644
--- a/release/picobsd/custom/floppy.etc/rc
+++ b/release/picobsd/custom/floppy.etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/floppy.etc/rc,v 1.1 1999/12/10 21:52:07 grog Exp $
### Special setup for PicoBSD ###
mount -a -t nonfs
reply=y
diff --git a/release/picobsd/custom/floppy.etc/rc.conf b/release/picobsd/custom/floppy.etc/rc.conf
index 94c31ba6bc50..f2e0b9751409 100644
--- a/release/picobsd/custom/floppy.etc/rc.conf
+++ b/release/picobsd/custom/floppy.etc/rc.conf
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/floppy.etc/rc.conf,v 1.1 1999/12/10 21:52:07 grog Exp $
swapfile="NO" # Set to name of swapfile if aux swapfile desired.
hostname="Pico.freebsd.org" # Set this!
firewall="NO" # firewall type (see /etc/rc.firewall) or NO
diff --git a/release/picobsd/custom/floppy.etc/rc.network b/release/picobsd/custom/floppy.etc/rc.network
index 235db0aa14fd..700db1aa758f 100644
--- a/release/picobsd/custom/floppy.etc/rc.network
+++ b/release/picobsd/custom/floppy.etc/rc.network
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/floppy.etc/rc.network,v 1.1 1999/12/10 21:52:08 grog Exp $
network_pass1() {
echo -n 'Doing initial network setup:'
# Set the host name if it is not already set
diff --git a/release/picobsd/custom/floppy.etc/resolv.conf b/release/picobsd/custom/floppy.etc/resolv.conf
index 873fb771d091..71f609360b06 100644
--- a/release/picobsd/custom/floppy.etc/resolv.conf
+++ b/release/picobsd/custom/floppy.etc/resolv.conf
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/floppy.etc/resolv.conf,v 1.1 1999/12/10 21:52:08 grog Exp $
domain sitaranetworks.com
nameserver 199.103.141.105
diff --git a/release/picobsd/custom/lang/hosts.en b/release/picobsd/custom/lang/hosts.en
index 53f13bab8b37..967ad6e66514 100644
--- a/release/picobsd/custom/lang/hosts.en
+++ b/release/picobsd/custom/lang/hosts.en
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/lang/hosts.en,v 1.1 1999/12/10 21:51:13 grog Exp $
# 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/custom/lang/hosts.pl b/release/picobsd/custom/lang/hosts.pl
index 89081d798683..80796cd5f399 100644
--- a/release/picobsd/custom/lang/hosts.pl
+++ b/release/picobsd/custom/lang/hosts.pl
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/lang/hosts.pl,v 1.1 1999/12/10 21:51:14 grog Exp $
# 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/custom/lang/update.en b/release/picobsd/custom/lang/update.en
index f8c91fd4f171..52ccf1750a13 100755
--- a/release/picobsd/custom/lang/update.en
+++ b/release/picobsd/custom/lang/update.en
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/lang/update.en,v 1.1 1999/12/10 21:51:15 grog Exp $
pwd=`pwd`
echo -n "Updating /etc contents on startup floppy... "
mount /dev/fd0a /start_floppy
diff --git a/release/picobsd/custom/lang/update.pl b/release/picobsd/custom/lang/update.pl
index 645f4c05570a..882f281ee5f1 100755
--- a/release/picobsd/custom/lang/update.pl
+++ b/release/picobsd/custom/lang/update.pl
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/lang/update.pl,v 1.1 1999/12/10 21:51:16 grog Exp $
pwd=`pwd`
echo -n "Uaktualniam katalog /etc na dyskietce... "
mount /dev/fd0a /start_floppy
diff --git a/release/picobsd/custom/mfs.mtree b/release/picobsd/custom/mfs.mtree
index a262f4ec35a9..20e36ae1b62d 100644
--- a/release/picobsd/custom/mfs.mtree
+++ b/release/picobsd/custom/mfs.mtree
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/mfs.mtree,v 1.2 1999/12/20 02:16:55 grog Exp $
#
/set type=dir uname=root gname=wheel mode=0755
.
diff --git a/release/picobsd/custom/mfs/etc/login.conf b/release/picobsd/custom/mfs/etc/login.conf
index 1f2f02777ddd..acdd8d2f40f4 100644
--- a/release/picobsd/custom/mfs/etc/login.conf
+++ b/release/picobsd/custom/mfs/etc/login.conf
@@ -1,7 +1,7 @@
# This file controls resource limits, accounting limits and
# default user environment settings.
#
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/mfs/etc/login.conf,v 1.1 1999/12/10 21:52:16 grog Exp $
#
diff --git a/release/picobsd/custom/mfs/etc/rc b/release/picobsd/custom/mfs/etc/rc
index 486ba8455f8a..48078b9dfb35 100644
--- a/release/picobsd/custom/mfs/etc/rc
+++ b/release/picobsd/custom/mfs/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/mfs/etc/rc,v 1.1 1999/12/10 21:52:17 grog Exp $
### WARNING !!!!!! #####
# We remove this file during execution (see EOF).
# Awful things happen if its size is > 1024B
diff --git a/release/picobsd/custom/mfs/etc/rc.firewall b/release/picobsd/custom/mfs/etc/rc.firewall
index c2860baedce0..75d6767df9f0 100644
--- a/release/picobsd/custom/mfs/etc/rc.firewall
+++ b/release/picobsd/custom/mfs/etc/rc.firewall
@@ -1,6 +1,6 @@
############
# Setup system for firewall service.
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/mfs/etc/rc.firewall,v 1.1 1999/12/10 21:52:17 grog Exp $
############
# Define the firewall type in /etc/rc.conf. Valid values are:
diff --git a/release/picobsd/custom/mfs/etc/rc.serial b/release/picobsd/custom/mfs/etc/rc.serial
index 40fbd8a334cc..83836d8d84e8 100644
--- a/release/picobsd/custom/mfs/etc/rc.serial
+++ b/release/picobsd/custom/mfs/etc/rc.serial
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/release/picobsd/custom/mfs/etc/rc.serial,v 1.1 1999/12/10 21:52:17 grog Exp $
# Change some defaults for serial devices.
# Standard defaults are: