diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /release | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'release')
214 files changed, 218 insertions, 221 deletions
diff --git a/release/Makefile b/release/Makefile index 9bed84d1ebd5..f04107fd9f80 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.460.2.7 1999/02/10 09:34:23 jkh Exp $ +# $Id: Makefile,v 1.460.2.8 1999/02/14 14:09:43 des Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # diff --git a/release/boot_crunch.conf b/release/boot_crunch.conf index 40cacc999f51..12b58cde6713 100644 --- a/release/boot_crunch.conf +++ b/release/boot_crunch.conf @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf,v 1.36 1998/09/26 17:05:02 jkh Exp $ +# $Id: boot_crunch.conf,v 1.37 1998/09/29 04:58:17 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 diff --git a/release/fixit.profile b/release/fixit.profile index 9ee433f07438..b5f192074b51 100644 --- a/release/fixit.profile +++ b/release/fixit.profile @@ -1,5 +1,5 @@ : -# $Id: fixit.profile,v 1.5 1997/02/22 14:10:25 peter Exp $ +# $Id: fixit.profile,v 1.6 1997/03/02 11:59:26 joerg Exp $ export BLOCKSIZE=K export PS1="Fixit# " diff --git a/release/fixit.services b/release/fixit.services index a985c1f8dac6..a528075539e7 100644 --- a/release/fixit.services +++ b/release/fixit.services @@ -3,7 +3,7 @@ # # Stripped-down version. # -# $Id$ +# $Id: fixit.services,v 1.3 1997/02/22 14:10:26 peter Exp $ # # WELL KNOWN PORT NUMBERS # diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf index b8887cbc0a08..4681bfebdeb2 100644 --- a/release/fixit_crunch.conf +++ b/release/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $Id: fixit_crunch.conf,v 1.14 1997/12/25 23:08:44 jkh Exp $ +# $Id: fixit_crunch.conf,v 1.15 1998/09/19 01:46:22 jkh Exp $ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. diff --git a/release/picobsd/README.html b/release/picobsd/README.html index d8bc5dc89ba1..ba6062909e50 100644 --- a/release/picobsd/README.html +++ b/release/picobsd/README.html @@ -14,6 +14,6 @@ build your version of PicoBSD. <p>Enjoy!</p> -<! $Id: README.html,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ > +<! $Id: README.html,v 1.2 1998/10/15 21:39:51 abial Exp $ > </body> </html> diff --git a/release/picobsd/build/build b/release/picobsd/build/build index 58d347c94201..57643b666a9d 100755 --- a/release/picobsd/build/build +++ b/release/picobsd/build/build @@ -1,7 +1,7 @@ #!/bin/sh - # -# $Id: build,v 1.11 1999/01/14 23:14:45 abial Exp $ +# $Id: build,v 1.12 1999/01/19 23:02:05 abial Exp $ # # You can set the SRC variable which points to your source tree. It's diff --git a/release/picobsd/build/clean b/release/picobsd/build/clean index 9ba009fcbf3c..217686bc7627 100755 --- a/release/picobsd/build/clean +++ b/release/picobsd/build/clean @@ -1,7 +1,7 @@ #! /bin/sh - # -# $Id: clean,v 1.7 1998/10/15 21:39:58 abial Exp $ +# $Id: clean,v 1.7.2.1 1999/02/05 12:15:00 abial Exp $ # set -e diff --git a/release/picobsd/build/install b/release/picobsd/build/install index a45003171390..9cb70f31e984 100755 --- a/release/picobsd/build/install +++ b/release/picobsd/build/install @@ -1,7 +1,7 @@ #!/bin/sh # -# $Id: install,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: install,v 1.2 1998/09/29 11:58:54 abial Exp $ # FILENAME=picobsd.bin diff --git a/release/picobsd/build/populate b/release/picobsd/build/populate index e5c6c2f49a6f..7724bac9f076 100755 --- a/release/picobsd/build/populate +++ b/release/picobsd/build/populate @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: populate,v 1.8.2.1 1999/02/05 12:15:00 abial Exp $ +# $Id: populate,v 1.8.2.2 1999/02/15 00:29:51 abial Exp $ # . ../Version diff --git a/release/picobsd/build/stage1 b/release/picobsd/build/stage1 index c4159eb0dfea..ce4974fb83c5 100755 --- a/release/picobsd/build/stage1 +++ b/release/picobsd/build/stage1 @@ -1,7 +1,7 @@ #! /bin/sh - # -# $Id: stage1,v 1.6 1999/01/14 23:14:46 abial Exp $ +# $Id: stage1,v 1.7 1999/01/19 23:02:05 abial Exp $ # set -e diff --git a/release/picobsd/build/stage2 b/release/picobsd/build/stage2 index 9354aadb1e83..3a60999966fc 100755 --- a/release/picobsd/build/stage2 +++ b/release/picobsd/build/stage2 @@ -1,7 +1,7 @@ #! /bin/sh - # -# $Id: stage2,v 1.2 1998/09/07 06:46:25 abial Exp $ +# $Id: stage2,v 1.3 1999/01/14 23:14:46 abial Exp $ # set -e diff --git a/release/picobsd/build/stage3 b/release/picobsd/build/stage3 index 34b729dc95fd..9777658db52c 100755 --- a/release/picobsd/build/stage3 +++ b/release/picobsd/build/stage3 @@ -1,7 +1,7 @@ #! /bin/sh - # -# $Id: stage3,v 1.3 1998/09/26 17:27:18 abial Exp $ +# $Id: stage3,v 1.4 1999/01/14 23:14:46 abial Exp $ # set -e diff --git a/release/picobsd/dial/conf/Makefile b/release/picobsd/dial/conf/Makefile index 4be01f8f414e..cc6e22c90729 100644 --- a/release/picobsd/dial/conf/Makefile +++ b/release/picobsd/dial/conf/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/10/15 21:39:58 abial Exp $ +# $Id: Makefile,v 1.4 1999/01/14 23:15:39 abial Exp $ # SRC?=/usr/src diff --git a/release/picobsd/dial/conf/PICOBSD b/release/picobsd/dial/conf/PICOBSD index 574a61f4cfc7..8f201c8121ae 100644 --- a/release/picobsd/dial/conf/PICOBSD +++ b/release/picobsd/dial/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.5 1999/01/14 23:15:39 abial Exp $ +# $Id: PICOBSD,v 1.5.2.1 1999/02/07 22:19:52 abial Exp $ # machine "i386" cpu "I386_CPU" diff --git a/release/picobsd/dial/crunch1/Makefile b/release/picobsd/dial/crunch1/Makefile index c47bae8d5327..0f8b8c5e9dfa 100644 --- a/release/picobsd/dial/crunch1/Makefile +++ b/release/picobsd/dial/crunch1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1998/10/15 21:39:59 abial Exp $ +# $Id: Makefile,v 1.3 1999/01/19 23:07:17 abial Exp $ # NOCRYPT?= yes SRC?=/usr/src diff --git a/release/picobsd/dial/crunch1/crunch.conf b/release/picobsd/dial/crunch1/crunch.conf index 3558ddd0a761..7b6d3b87c60c 100644 --- a/release/picobsd/dial/crunch1/crunch.conf +++ b/release/picobsd/dial/crunch1/crunch.conf @@ -1,4 +1,4 @@ -# $Id: crunch.conf,v 1.4 1998/11/15 23:30:26 abial Exp $ +# $Id: crunch.conf,v 1.5 1999/01/19 23:07:17 abial Exp $ # # NOTE1: 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/dial/floppy.tree/etc/host.conf b/release/picobsd/dial/floppy.tree/etc/host.conf index 8418e146a702..c67b871b42b5 100644 --- a/release/picobsd/dial/floppy.tree/etc/host.conf +++ b/release/picobsd/dial/floppy.tree/etc/host.conf @@ -1,3 +1,3 @@ -# $Id: host.conf,v 1.1.1.1 1998/07/14 07:30:41 abial Exp $ +# $Id: host.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ hosts bind diff --git a/release/picobsd/dial/floppy.tree/etc/login.conf b/release/picobsd/dial/floppy.tree/etc/login.conf index 9361a33c2f9e..48890d10f474 100644 --- a/release/picobsd/dial/floppy.tree/etc/login.conf +++ b/release/picobsd/dial/floppy.tree/etc/login.conf @@ -1,7 +1,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id: login.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: login.conf,v 1.2 1999/01/12 14:09:19 asami Exp $ # diff --git a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf index a25854db5cb8..b9d4f33ca12d 100644 --- a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf +++ b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf @@ -1,4 +1,4 @@ -# $Id: ppp.conf,v 1.2 1998/07/16 23:28:02 abial Exp $ +# $Id: ppp.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ # # PPP Sample Configuration File default: diff --git a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf.template b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf.template index 0856c69dc034..b8505b5b106f 100644 --- a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf.template +++ b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf.template @@ -1,5 +1,5 @@ # -# $Id: ppp.conf.template,v 1.2 1998/07/16 23:28:02 abial Exp $ +# $Id: ppp.conf.template,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ # PPP Sample Configuration File # default: diff --git a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.secret.sample b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.secret.sample index 7e8ee6765924..f61015b20ee0 100644 --- a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.secret.sample +++ b/release/picobsd/dial/floppy.tree/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. # -# $Id: ppp.secret.sample,v 1.1.1.1 1998/07/14 07:30:41 abial Exp $ +# $Id: ppp.secret.sample,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ # ################################################## diff --git a/release/picobsd/dial/lang/LICENCE.ssh b/release/picobsd/dial/lang/LICENCE.ssh index d5a0361e20f2..227bbc3323fe 100644 --- a/release/picobsd/dial/lang/LICENCE.ssh +++ b/release/picobsd/dial/lang/LICENCE.ssh @@ -5,4 +5,4 @@ using strong encryption methods. <abial@freebsd.org> -$Id: LICENCE.ssh,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +$Id: LICENCE.ssh,v 1.2 1998/11/01 20:19:11 abial Exp $ diff --git a/release/picobsd/dial/lang/README.en b/release/picobsd/dial/lang/README.en index 299c9406fb40..8c1d3efef86d 100644 --- a/release/picobsd/dial/lang/README.en +++ b/release/picobsd/dial/lang/README.en @@ -103,4 +103,4 @@ Have fun! Andrzej Bialecki <abial@freebsd.org> -$Id: README.en,v 1.3 1998/10/15 21:40:00 abial Exp $ +$Id: README.en,v 1.4 1998/11/01 20:19:11 abial Exp $ diff --git a/release/picobsd/dial/lang/README.pl b/release/picobsd/dial/lang/README.pl index bc31940c79b6..f0ab25195e16 100644 --- a/release/picobsd/dial/lang/README.pl +++ b/release/picobsd/dial/lang/README.pl @@ -104,4 +104,4 @@ Mi³ej zabawy! Andrzej Bia³ecki <abial@freebsd.org> -$Id: README.pl,v 1.3 1998/10/15 21:40:00 abial Exp $ +$Id: README.pl,v 1.4 1998/11/01 20:19:11 abial Exp $ diff --git a/release/picobsd/dial/lang/dialup.en b/release/picobsd/dial/lang/dialup.en index 23b5d8ee8d98..ebf6322e6c01 100755 --- a/release/picobsd/dial/lang/dialup.en +++ b/release/picobsd/dial/lang/dialup.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dialup.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: dialup.en,v 1.2 1999/01/19 23:09:15 abial Exp $ set_resolv() { echo "[H[J" echo "[1m Default Domain Name[m" diff --git a/release/picobsd/dial/lang/dialup.pl b/release/picobsd/dial/lang/dialup.pl index 2d65e8441d93..b84e44a5125d 100755 --- a/release/picobsd/dial/lang/dialup.pl +++ b/release/picobsd/dial/lang/dialup.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dialup.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: dialup.pl,v 1.2 1999/01/19 23:09:15 abial Exp $ set_resolv() { echo "[H[J" echo "[1m Domy¶lna Nazwa Domeny[m" diff --git a/release/picobsd/dial/lang/hosts.en b/release/picobsd/dial/lang/hosts.en index b0659b611f5a..fc6b5c253e82 100644 --- a/release/picobsd/dial/lang/hosts.en +++ b/release/picobsd/dial/lang/hosts.en @@ -1,4 +1,4 @@ -# $Id: hosts.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $Id: hosts.en,v 1.1.1.1 1998/08/27 17:38:42 abial 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/dial/lang/hosts.pl b/release/picobsd/dial/lang/hosts.pl index f88b8fcbc001..5b9108cabc1d 100644 --- a/release/picobsd/dial/lang/hosts.pl +++ b/release/picobsd/dial/lang/hosts.pl @@ -1,4 +1,4 @@ -# $Id: hosts.pl,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $Id: hosts.pl,v 1.1.1.1 1998/08/27 17:38:42 abial 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/dial/lang/login.en b/release/picobsd/dial/lang/login.en index ca72b639d709..8882ede63c7d 100755 --- a/release/picobsd/dial/lang/login.en +++ b/release/picobsd/dial/lang/login.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: login.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: login.en,v 1.2 1998/08/31 13:36:43 abial Exp $ if [ "$2" != "root" ] then diff --git a/release/picobsd/dial/lang/login.pl b/release/picobsd/dial/lang/login.pl index 037ed4ecd191..c9ca6c071395 100755 --- a/release/picobsd/dial/lang/login.pl +++ b/release/picobsd/dial/lang/login.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: login.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: login.pl,v 1.2 1998/08/31 13:36:43 abial Exp $ if [ "$2" != "root" ] then diff --git a/release/picobsd/dial/lang/mfs.rc.en b/release/picobsd/dial/lang/mfs.rc.en index de53bbbc64b7..c0a4901fb850 100755 --- a/release/picobsd/dial/lang/mfs.rc.en +++ b/release/picobsd/dial/lang/mfs.rc.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mfs.rc.en,v 1.3 1998/08/07 19:29:57 abial Exp $ +# $Id: mfs.rc.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ ### WARNING !!!!!! ##### # We remove this file during execution (see EOF). # Awful things happen if its size is > 1024B diff --git a/release/picobsd/dial/lang/mfs.rc.pl b/release/picobsd/dial/lang/mfs.rc.pl index d59befd5a0c8..7e726a496060 100755 --- a/release/picobsd/dial/lang/mfs.rc.pl +++ b/release/picobsd/dial/lang/mfs.rc.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mfs.rc.pl,v 1.3 1998/08/07 19:29:57 abial Exp $ +# $Id: mfs.rc.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ ### WARNING !!!! ### # We remove this file during execution (see EOF) diff --git a/release/picobsd/dial/lang/rc.conf.en b/release/picobsd/dial/lang/rc.conf.en index aca4e46605b3..f364ed837d95 100644 --- a/release/picobsd/dial/lang/rc.conf.en +++ b/release/picobsd/dial/lang/rc.conf.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.conf.en,v 1.2 1998/08/10 19:07:53 abial Exp $ +# $Id: rc.conf.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ ### Network configuration sub-section ###################### ### Basic network options: ### hostname="pico.mydomain.edu" # Set this! diff --git a/release/picobsd/dial/lang/rc.conf.pl b/release/picobsd/dial/lang/rc.conf.pl index 28a0bda34f27..00dd58f6a2a4 100644 --- a/release/picobsd/dial/lang/rc.conf.pl +++ b/release/picobsd/dial/lang/rc.conf.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.conf.pl,v 1.3 1998/08/10 19:07:53 abial Exp $ +# $Id: rc.conf.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ ### Network configuration sub-section ###################### ### Basic network options: ### hostname="pico.mydomain.org.pl" # Set this! diff --git a/release/picobsd/dial/lang/rc.en b/release/picobsd/dial/lang/rc.en index 8a0e806c1e02..02a76c371942 100644 --- a/release/picobsd/dial/lang/rc.en +++ b/release/picobsd/dial/lang/rc.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.en,v 1.2 1998/09/26 17:27:19 abial Exp $ +# $Id: rc.en,v 1.3 1998/11/01 20:19:11 abial Exp $ ############################################ ### Special setup for one floppy PICOBSD ### ### THIS IS NOT THE NORMAL /etc/rc !!!!! ### diff --git a/release/picobsd/dial/lang/rc.network.en b/release/picobsd/dial/lang/rc.network.en index ff32f4493339..6794500ac53b 100644 --- a/release/picobsd/dial/lang/rc.network.en +++ b/release/picobsd/dial/lang/rc.network.en @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: rc.network.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $Id: rc.network.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ network_pass1() { echo -n 'Doing initial network setup:' # Set the host name if it is not already set diff --git a/release/picobsd/dial/lang/rc.network.pl b/release/picobsd/dial/lang/rc.network.pl index 196f32bc6df2..690f32a5387f 100644 --- a/release/picobsd/dial/lang/rc.network.pl +++ b/release/picobsd/dial/lang/rc.network.pl @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: rc.network.pl,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $Id: rc.network.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ network_pass1() { echo -n 'Wstepna konfiguracja sieci:' # Set the host name if it is not already set diff --git a/release/picobsd/dial/lang/rc.pl b/release/picobsd/dial/lang/rc.pl index 61dfd2f76b33..a325650e980c 100644 --- a/release/picobsd/dial/lang/rc.pl +++ b/release/picobsd/dial/lang/rc.pl @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: rc.pl,v 1.2 1998/09/26 17:27:19 abial Exp $ +# $Id: rc.pl,v 1.3 1998/11/01 20:19:11 abial Exp $ # ############################################ ### Special setup for one floppy PICOBSD ### diff --git a/release/picobsd/dial/lang/reboot.en b/release/picobsd/dial/lang/reboot.en index a99ac6d46c55..3ec4d9785be1 100755 --- a/release/picobsd/dial/lang/reboot.en +++ b/release/picobsd/dial/lang/reboot.en @@ -1,3 +1,3 @@ #!/bin/sh -# $Id: reboot.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $Id: reboot.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ exec /sbin/echo "Press Ctrl-Alt-Del instead of $0" diff --git a/release/picobsd/dial/lang/reboot.pl b/release/picobsd/dial/lang/reboot.pl index 50dc6e875b6e..423ffff4db16 100755 --- a/release/picobsd/dial/lang/reboot.pl +++ b/release/picobsd/dial/lang/reboot.pl @@ -1,3 +1,3 @@ #!/bin/sh -#$Id: reboot.pl,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +#$Id: reboot.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ exec /sbin/echo "Zamiast $0 nacisnij Ctrl-Alt-Del" diff --git a/release/picobsd/dial/lang/resolv.conf.en b/release/picobsd/dial/lang/resolv.conf.en index c373f5b10805..57a54e3ea70e 100644 --- a/release/picobsd/dial/lang/resolv.conf.en +++ b/release/picobsd/dial/lang/resolv.conf.en @@ -1,3 +1,3 @@ -# $Id: resolv.conf.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $Id: resolv.conf.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ domain mydomain.edu nameserver 192.33.4.12 diff --git a/release/picobsd/dial/lang/resolv.conf.pl b/release/picobsd/dial/lang/resolv.conf.pl index 1843c29d4a26..d273c3bcec6f 100644 --- a/release/picobsd/dial/lang/resolv.conf.pl +++ b/release/picobsd/dial/lang/resolv.conf.pl @@ -1,3 +1,3 @@ -# $Id: resolv.conf.pl,v 1.2 1998/08/10 19:07:53 abial Exp $ +# $Id: resolv.conf.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ domain mydomain.org.pl nameserver 194.204.159.1 diff --git a/release/picobsd/dial/lang/update.en b/release/picobsd/dial/lang/update.en index 8fff72917e4c..55de91abe798 100755 --- a/release/picobsd/dial/lang/update.en +++ b/release/picobsd/dial/lang/update.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: update.en,v 1.2 1999/01/14 23:19:47 abial Exp $ pwd=`pwd` echo -n "Updating /etc contents on startup floppy... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/dial/lang/update.pl b/release/picobsd/dial/lang/update.pl index d462b9f84089..41f1fd325fbf 100755 --- a/release/picobsd/dial/lang/update.pl +++ b/release/picobsd/dial/lang/update.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: update.pl,v 1.2 1999/01/14 23:19:47 abial Exp $ pwd=`pwd` echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/dial/mfs.tree/Makefile b/release/picobsd/dial/mfs.tree/Makefile index 44f3b75de1b9..db09d415e686 100644 --- a/release/picobsd/dial/mfs.tree/Makefile +++ b/release/picobsd/dial/mfs.tree/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1998/09/22 15:41:05 abial Exp $ +# $Id: Makefile,v 1.5 1998/10/28 16:26:29 abial Exp $ # DESTDIR?=/mnt diff --git a/release/picobsd/dial/mfs.tree/login.conf b/release/picobsd/dial/mfs.tree/login.conf index ddfb8cc6c3cd..63322928ef04 100644 --- a/release/picobsd/dial/mfs.tree/login.conf +++ b/release/picobsd/dial/mfs.tree/login.conf @@ -1,4 +1,4 @@ -# $Id: login.conf,v 1.1 1998/08/10 19:08:02 abial Exp $ +# $Id: login.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ # Authentication methods diff --git a/release/picobsd/dial/mfs.tree/mfs.mtree b/release/picobsd/dial/mfs.tree/mfs.mtree index 9e0318a62b38..11aafac88e91 100644 --- a/release/picobsd/dial/mfs.tree/mfs.mtree +++ b/release/picobsd/dial/mfs.tree/mfs.mtree @@ -1,5 +1,5 @@ # -# $Id: mfs.mtree,v 1.2 1998/08/31 12:32:30 abial Exp $ +# $Id: mfs.mtree,v 1.3 1998/09/07 19:00:25 abial Exp $ # /set type=dir uname=root gname=wheel mode=0755 . diff --git a/release/picobsd/doc/src/Makefile b/release/picobsd/doc/src/Makefile index cbd065c8c21e..5e1d64325494 100644 --- a/release/picobsd/doc/src/Makefile +++ b/release/picobsd/doc/src/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1998/09/26 17:23:01 abial Exp $ +# $Id: Makefile,v 1.2 1998/10/28 16:16:30 abial Exp $ # .include "../../Version" diff --git a/release/picobsd/doc/src/TODO.html b/release/picobsd/doc/src/TODO.html index 8192f02a0cb2..526713d7a077 100644 --- a/release/picobsd/doc/src/TODO.html +++ b/release/picobsd/doc/src/TODO.html @@ -1,5 +1,5 @@ <html> -<! $Id: TODO.html,v 1.2 1998/12/22 21:40:56 abial Exp $ > +<! $Id: TODO.html,v 1.3 1999/01/19 23:09:46 abial Exp $ > <body> <h1><center> Small FreeBSD ToDo List. </center></h1> diff --git a/release/picobsd/doc/src/UCI.html b/release/picobsd/doc/src/UCI.html index ae74b8489f82..b15f62d84563 100644 --- a/release/picobsd/doc/src/UCI.html +++ b/release/picobsd/doc/src/UCI.html @@ -1,5 +1,5 @@ <html> -<! $Id: UCI.html,v 1.2 1998/11/25 11:08:54 abial Exp $ > +<! $Id: UCI.html,v 1.3 1998/11/25 14:59:28 abial Exp $ > <body> <h1><center> Unified Configuration Interface Project </center></h1> diff --git a/release/picobsd/doc/src/bugs.html b/release/picobsd/doc/src/bugs.html index 2eb29cee525d..3816f413e89c 100644 --- a/release/picobsd/doc/src/bugs.html +++ b/release/picobsd/doc/src/bugs.html @@ -1,5 +1,5 @@ <HTML> -<! $Id: bugs.html,v 1.6 1998/11/01 20:01:40 abial Exp $ > +<! $Id: bugs.html,v 1.7 1999/01/19 23:09:46 abial Exp $ > <HEAD> <TITLE>History and Bug fixes</TITLE> </HEAD> diff --git a/release/picobsd/doc/src/faq.html b/release/picobsd/doc/src/faq.html index 1a86d587f67c..4527cdf45986 100644 --- a/release/picobsd/doc/src/faq.html +++ b/release/picobsd/doc/src/faq.html @@ -1,5 +1,5 @@ <HTML> -<! $Id: faq.html,v 1.3 1998/10/28 16:16:31 abial Exp $ > +<! $Id: faq.html,v 1.4 1998/11/01 20:01:40 abial Exp $ > <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Author" CONTENT="Dinesh Nair"> diff --git a/release/picobsd/doc/src/hardware.html b/release/picobsd/doc/src/hardware.html index 2954695f6481..8e0b0e5b6432 100644 --- a/release/picobsd/doc/src/hardware.html +++ b/release/picobsd/doc/src/hardware.html @@ -1,5 +1,5 @@ <html> -<! $Id: hardware.html,v 1.1 1998/09/26 17:23:01 abial Exp $ > +<! $Id: hardware.html,v 1.2 1998/10/28 16:16:31 abial Exp $ > <body> <h1><center>Lists of supported hardware configurations.</center></h1> diff --git a/release/picobsd/doc/src/how2build.html b/release/picobsd/doc/src/how2build.html index 7225603a5039..1753a2a93119 100644 --- a/release/picobsd/doc/src/how2build.html +++ b/release/picobsd/doc/src/how2build.html @@ -1,5 +1,5 @@ <html> -<! $Id: how2build.html,v 1.3 1998/10/28 16:16:31 abial Exp $ > +<! $Id: how2build.html,v 1.4 1998/11/01 20:01:40 abial Exp $ > <head> <title><center>PicoBSD Development Kit</center></title> </head> diff --git a/release/picobsd/doc/src/intrinsics.html b/release/picobsd/doc/src/intrinsics.html index dc4ca55aba3c..2d3a36906c31 100644 --- a/release/picobsd/doc/src/intrinsics.html +++ b/release/picobsd/doc/src/intrinsics.html @@ -1,5 +1,5 @@ <html> -<! $Id: intrinsics.html,v 1.1 1998/09/26 17:23:01 abial Exp $ > +<! $Id: intrinsics.html,v 1.2 1998/10/28 16:16:31 abial Exp $ > <head> <title><center>Details of building process</center></title> </head> diff --git a/release/picobsd/doc/src/intro.html b/release/picobsd/doc/src/intro.html index 0b69b6b7b663..5d9fc05d548c 100644 --- a/release/picobsd/doc/src/intro.html +++ b/release/picobsd/doc/src/intro.html @@ -1,5 +1,5 @@ <HTML> -<! $Id: intro.html,v 1.5 1998/11/01 19:52:47 abial Exp $ > +<! $Id: intro.html,v 1.6 1998/11/01 20:01:40 abial Exp $ > <HEAD> <TITLE>PicoBSD</TITLE> </HEAD> diff --git a/release/picobsd/help/README b/release/picobsd/help/README index 3b8ff78b3811..7cdcb553b3dc 100644 --- a/release/picobsd/help/README +++ b/release/picobsd/help/README @@ -5,4 +5,4 @@ and these files are just the beginning of it... <abial@nask.pl> -$Id: README,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +$Id: README,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ diff --git a/release/picobsd/isp/conf/Makefile b/release/picobsd/isp/conf/Makefile index af4b903f642e..2bb1f9b5b60a 100644 --- a/release/picobsd/isp/conf/Makefile +++ b/release/picobsd/isp/conf/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/10/15 21:40:01 abial Exp $ +# $Id: Makefile,v 1.4 1999/01/14 23:20:09 abial Exp $ # SRC?=/usr/src diff --git a/release/picobsd/isp/conf/PICOBSD b/release/picobsd/isp/conf/PICOBSD index 952225f6423d..d0718a941dd0 100644 --- a/release/picobsd/isp/conf/PICOBSD +++ b/release/picobsd/isp/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.8.2.1 1999/02/07 22:19:57 abial Exp $ +# $Id: PICOBSD,v 1.8.2.2 1999/02/15 02:49:12 des Exp $ # machine "i386" diff --git a/release/picobsd/isp/crunch1/Makefile b/release/picobsd/isp/crunch1/Makefile index eeb626fad359..bbaa3b662288 100644 --- a/release/picobsd/isp/crunch1/Makefile +++ b/release/picobsd/isp/crunch1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1998/10/15 21:40:01 abial Exp $ +# $Id: Makefile,v 1.4 1999/01/19 23:10:34 abial Exp $ # SRC?=/usr/src diff --git a/release/picobsd/isp/crunch1/crunch.conf b/release/picobsd/isp/crunch1/crunch.conf index 390e39172e2a..22381c39547e 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 1999/01/19 23:10:34 abial Exp $ +# $Id: crunch.conf,v 1.5.2.1 1999/02/05 12:18:11 abial 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/isp/crunch1/passwd.diff b/release/picobsd/isp/crunch1/passwd.diff index 1be00591c9d9..4852daf69cd5 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 1998/08/19 06:31:06 abial Exp $ + # $Id: passwd.diff,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ 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 1998/08/19 06:31:06 abial Exp $ + # $Id: passwd.diff,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ PROG= passwd ! SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c diff --git a/release/picobsd/isp/floppy.tree/etc/host.conf b/release/picobsd/isp/floppy.tree/etc/host.conf index 00fe5a2b2058..c67b871b42b5 100644 --- a/release/picobsd/isp/floppy.tree/etc/host.conf +++ b/release/picobsd/isp/floppy.tree/etc/host.conf @@ -1,3 +1,3 @@ -# $Id: host.conf,v 1.1.1.1 1998/07/14 07:30:45 abial Exp $ +# $Id: host.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ hosts bind diff --git a/release/picobsd/isp/floppy.tree/etc/login.conf b/release/picobsd/isp/floppy.tree/etc/login.conf index 9361a33c2f9e..ef2d67421f9d 100644 --- a/release/picobsd/isp/floppy.tree/etc/login.conf +++ b/release/picobsd/isp/floppy.tree/etc/login.conf @@ -1,7 +1,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id: login.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: login.conf,v 1.2 1999/01/12 14:09:20 asami Exp $ # diff --git a/release/picobsd/isp/floppy.tree/etc/ppp/ppp.secret.sample b/release/picobsd/isp/floppy.tree/etc/ppp/ppp.secret.sample index 25d97d045002..f61015b20ee0 100644 --- a/release/picobsd/isp/floppy.tree/etc/ppp/ppp.secret.sample +++ b/release/picobsd/isp/floppy.tree/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. # -# $Id: ppp.secret.sample,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $ +# $Id: ppp.secret.sample,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ # ################################################## diff --git a/release/picobsd/isp/floppy.tree/etc/rc.firewall b/release/picobsd/isp/floppy.tree/etc/rc.firewall index 4ba5d30096bd..249218ef49fb 100644 --- a/release/picobsd/isp/floppy.tree/etc/rc.firewall +++ b/release/picobsd/isp/floppy.tree/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $Id: rc.firewall,v 1.1.1.1 1998/07/14 07:30:45 abial Exp $ +# $Id: rc.firewall,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ ############ # Define the firewall type in /etc/rc.conf. Valid values are: diff --git a/release/picobsd/isp/floppy.tree/etc/rc.serial b/release/picobsd/isp/floppy.tree/etc/rc.serial index 840377b7c3d1..9eb1c8db1ae6 100644 --- a/release/picobsd/isp/floppy.tree/etc/rc.serial +++ b/release/picobsd/isp/floppy.tree/etc/rc.serial @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.serial,v 1.1.1.1 1998/07/14 07:30:45 abial Exp $ +# $Id: rc.serial,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ # Change some defaults for serial devices. # Standard defaults are: diff --git a/release/picobsd/isp/lang/hosts.en b/release/picobsd/isp/lang/hosts.en index e4afb80301bd..fc6b5c253e82 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 $ +# $Id: hosts.en,v 1.1.1.1 1998/08/27 17:38:42 abial 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/isp/lang/hosts.pl b/release/picobsd/isp/lang/hosts.pl index 39973af58ff8..5b9108cabc1d 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 $ +# $Id: hosts.pl,v 1.1.1.1 1998/08/27 17:38:42 abial 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/isp/lang/mfs.rc.en b/release/picobsd/isp/lang/mfs.rc.en index 718345ac51bc..cdf15a29a5a3 100644 --- a/release/picobsd/isp/lang/mfs.rc.en +++ b/release/picobsd/isp/lang/mfs.rc.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mfs.rc.en,v 1.3 1998/08/10 19:16:42 abial Exp $ +# $Id: mfs.rc.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ # System startup script run by init on autoboot # or after single-user. diff --git a/release/picobsd/isp/lang/mfs.rc.pl b/release/picobsd/isp/lang/mfs.rc.pl index d3690934e342..6e11397a71d7 100644 --- a/release/picobsd/isp/lang/mfs.rc.pl +++ b/release/picobsd/isp/lang/mfs.rc.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mfs.rc.pl,v 1.3 1998/08/10 19:16:43 abial Exp $ +# $Id: mfs.rc.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ # System startup script run by init on autoboot # or after single-user. diff --git a/release/picobsd/isp/lang/rc.conf.en b/release/picobsd/isp/lang/rc.conf.en index 036f6c525405..09996dc54311 100644 --- a/release/picobsd/isp/lang/rc.conf.en +++ b/release/picobsd/isp/lang/rc.conf.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.conf.en,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $ +# $Id: rc.conf.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ swapfile="NO" # Set to name of swapfile if aux swapfile desired. ### Network configuration sub-section ###################### ### Basic network options: ### diff --git a/release/picobsd/isp/lang/rc.conf.pl b/release/picobsd/isp/lang/rc.conf.pl index 28ef3981dc17..aa1ae8c92765 100644 --- a/release/picobsd/isp/lang/rc.conf.pl +++ b/release/picobsd/isp/lang/rc.conf.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.conf.pl,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $ +# $Id: rc.conf.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ swapfile="NO" # Set to name of swapfile if aux swapfile desired. ### Network configuration sub-section ###################### ### Basic network options: ### diff --git a/release/picobsd/isp/lang/rc.en b/release/picobsd/isp/lang/rc.en index ad135e31ab19..373b6970e32c 100644 --- a/release/picobsd/isp/lang/rc.en +++ b/release/picobsd/isp/lang/rc.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.en,v 1.4 1999/01/12 14:09:20 asami Exp $ +# $Id: rc.en,v 1.5 1999/01/19 23:11:50 abial Exp $ ############################################ ### Special setup for one floppy PICOBSD ### ### THIS IS NOT THE NORMAL /etc/rc !!!!! ### diff --git a/release/picobsd/isp/lang/rc.network.en b/release/picobsd/isp/lang/rc.network.en index e0abec2a1d6b..5c58b4c20b64 100644 --- a/release/picobsd/isp/lang/rc.network.en +++ b/release/picobsd/isp/lang/rc.network.en @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: rc.network.en,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $ +# $Id: rc.network.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ network_pass1() { echo -n 'Doing initial network setup:' # Set the host name if it is not already set diff --git a/release/picobsd/isp/lang/rc.network.pl b/release/picobsd/isp/lang/rc.network.pl index 3aa476b1d07c..22f4e6ea3c8c 100644 --- a/release/picobsd/isp/lang/rc.network.pl +++ b/release/picobsd/isp/lang/rc.network.pl @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: rc.network.pl,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $ +# $Id: rc.network.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ network_pass1() { echo -n 'Wstepna konfiguracja sieci:' # Set the host name if it is not already set diff --git a/release/picobsd/isp/lang/rc.pl b/release/picobsd/isp/lang/rc.pl index 38e0e3156e1d..373480e0f0d4 100644 --- a/release/picobsd/isp/lang/rc.pl +++ b/release/picobsd/isp/lang/rc.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.pl,v 1.3 1998/11/01 20:19:19 abial Exp $ +# $Id: rc.pl,v 1.4 1999/01/19 23:11:50 abial Exp $ ############################################ ### Special setup for one floppy PICOBSD ### ### THIS IS NOT THE NORMAL /etc/rc !!!!! ### diff --git a/release/picobsd/isp/lang/resolv.conf.en b/release/picobsd/isp/lang/resolv.conf.en index 0002d884e6f8..57a54e3ea70e 100644 --- a/release/picobsd/isp/lang/resolv.conf.en +++ b/release/picobsd/isp/lang/resolv.conf.en @@ -1,3 +1,3 @@ -# $Id: resolv.conf.en,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $ +# $Id: resolv.conf.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ domain mydomain.edu nameserver 192.33.4.12 diff --git a/release/picobsd/isp/lang/resolv.conf.pl b/release/picobsd/isp/lang/resolv.conf.pl index ed0a3f6d875e..4a006565d54a 100644 --- a/release/picobsd/isp/lang/resolv.conf.pl +++ b/release/picobsd/isp/lang/resolv.conf.pl @@ -1,3 +1,3 @@ -# $Id: resolv.conf.pl,v 1.1.1.1 1998/07/14 07:30:47 abial Exp $ +# $Id: resolv.conf.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ domain mydomain.org.pl nameserver 148.81.16.51 diff --git a/release/picobsd/isp/lang/update.en b/release/picobsd/isp/lang/update.en index a821d4c9df56..29e4ebc9719c 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.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: update.en,v 1.2 1999/01/14 23:21:03 abial Exp $ 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 1b2c52358c91..ad1459a64ab7 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.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: update.pl,v 1.2 1999/01/14 23:21:04 abial Exp $ pwd=`pwd` echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/isp/mfs.tree/Makefile b/release/picobsd/isp/mfs.tree/Makefile index a7c4d84ae0c2..bf73a6641991 100644 --- a/release/picobsd/isp/mfs.tree/Makefile +++ b/release/picobsd/isp/mfs.tree/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $Id: Makefile,v 1.2 1998/09/20 00:46:25 abial Exp $ # DESTDIR?=/mnt diff --git a/release/picobsd/isp/mfs.tree/mfs.mtree b/release/picobsd/isp/mfs.tree/mfs.mtree index 1703df59b67c..2a6fc5075d2c 100644 --- a/release/picobsd/isp/mfs.tree/mfs.mtree +++ b/release/picobsd/isp/mfs.tree/mfs.mtree @@ -1,5 +1,5 @@ # -# $Id: mfs.mtree,v 1.1.1.1 1998/07/14 07:30:47 abial Exp $ +# $Id: mfs.mtree,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ # /set type=dir uname=root gname=wheel mode=0755 . diff --git a/release/picobsd/net/conf/Makefile b/release/picobsd/net/conf/Makefile index 06f74873e7a8..e40ab593a38a 100644 --- a/release/picobsd/net/conf/Makefile +++ b/release/picobsd/net/conf/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/10/15 21:40:02 abial Exp $ +# $Id: Makefile,v 1.4 1999/01/14 23:21:57 abial Exp $ # SRC?=/usr/src diff --git a/release/picobsd/net/conf/PICOBSD b/release/picobsd/net/conf/PICOBSD index 2a6127c30da5..4209ea19f87a 100644 --- a/release/picobsd/net/conf/PICOBSD +++ b/release/picobsd/net/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.8.2.1 1999/02/07 22:19:57 abial Exp $ +# $Id: PICOBSD,v 1.8.2.2 1999/02/15 02:49:24 des Exp $ # machine "i386" diff --git a/release/picobsd/net/crunch1/Makefile b/release/picobsd/net/crunch1/Makefile index 8ee9026bb125..156c7e5e7db4 100644 --- a/release/picobsd/net/crunch1/Makefile +++ b/release/picobsd/net/crunch1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1998/10/15 21:40:03 abial Exp $ +# $Id: Makefile,v 1.3 1999/01/19 23:12:50 abial Exp $ # SRC?=/usr/src diff --git a/release/picobsd/net/crunch1/crunch.conf b/release/picobsd/net/crunch1/crunch.conf index f58a107b75da..198ec935d3aa 100644 --- a/release/picobsd/net/crunch1/crunch.conf +++ b/release/picobsd/net/crunch1/crunch.conf @@ -1,5 +1,5 @@ # -# $Id: crunch.conf,v 1.5 1999/01/19 23:12:50 abial Exp $ +# $Id: crunch.conf,v 1.5.2.1 1999/02/05 12:19:11 abial 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/net/crunch1/passwd.diff b/release/picobsd/net/crunch1/passwd.diff index aa356f723185..3f43505c91da 100644 --- a/release/picobsd/net/crunch1/passwd.diff +++ b/release/picobsd/net/crunch1/passwd.diff @@ -2,7 +2,7 @@ --- Makefile Sat Aug 1 20:40:38 1998 *************** *** 2,24 **** - # $Id: passwd.diff,v 1.2 1998/08/02 12:23:45 abial Exp $ + # $Id: passwd.diff,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ 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.2 1998/08/02 12:23:45 abial Exp $ + # $Id: passwd.diff,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ PROG= passwd ! SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c diff --git a/release/picobsd/net/floppy.tree/etc/host.conf b/release/picobsd/net/floppy.tree/etc/host.conf index 07768737d4e9..6d1f092a7cac 100644 --- a/release/picobsd/net/floppy.tree/etc/host.conf +++ b/release/picobsd/net/floppy.tree/etc/host.conf @@ -1,3 +1,3 @@ -# $Id: host.conf,v 1.1.1.1 1998/07/14 07:30:49 abial Exp $ +# $Id: host.conf,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ hosts bind diff --git a/release/picobsd/net/floppy.tree/etc/login.conf b/release/picobsd/net/floppy.tree/etc/login.conf index 8e0451e1d2d7..88b7c124ba81 100644 --- a/release/picobsd/net/floppy.tree/etc/login.conf +++ b/release/picobsd/net/floppy.tree/etc/login.conf @@ -1,7 +1,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id: login.conf,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ +# $Id: login.conf,v 1.2 1999/01/12 14:09:21 asami Exp $ # diff --git a/release/picobsd/net/floppy.tree/etc/ppp/ppp.conf b/release/picobsd/net/floppy.tree/etc/ppp/ppp.conf index 68f5f55c0550..f1757a4841dd 100644 --- a/release/picobsd/net/floppy.tree/etc/ppp/ppp.conf +++ b/release/picobsd/net/floppy.tree/etc/ppp/ppp.conf @@ -1,4 +1,4 @@ -# $Id: ppp.conf,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $Id: ppp.conf,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ # PPP Sample Configuration File default: set device /dev/cuaa1 diff --git a/release/picobsd/net/floppy.tree/etc/ppp/ppp.secret.sample b/release/picobsd/net/floppy.tree/etc/ppp/ppp.secret.sample index 9fa02ad56167..9b3a3fe4d185 100644 --- a/release/picobsd/net/floppy.tree/etc/ppp/ppp.secret.sample +++ b/release/picobsd/net/floppy.tree/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. # -# $Id: ppp.secret.sample,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $Id: ppp.secret.sample,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ # ################################################## diff --git a/release/picobsd/net/floppy.tree/etc/rc.firewall b/release/picobsd/net/floppy.tree/etc/rc.firewall index 8a5055d5701e..40a87d1dc5c9 100644 --- a/release/picobsd/net/floppy.tree/etc/rc.firewall +++ b/release/picobsd/net/floppy.tree/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $Id: rc.firewall,v 1.1.1.1 1998/07/14 07:30:49 abial Exp $ +# $Id: rc.firewall,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ ############ # Define the firewall type in /etc/rc.conf. Valid values are: diff --git a/release/picobsd/net/floppy.tree/etc/rc.serial b/release/picobsd/net/floppy.tree/etc/rc.serial index fe9491eca77e..a584f3b9ec51 100644 --- a/release/picobsd/net/floppy.tree/etc/rc.serial +++ b/release/picobsd/net/floppy.tree/etc/rc.serial @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.serial,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $Id: rc.serial,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ # Change some defaults for serial devices. # Standard defaults are: diff --git a/release/picobsd/net/lang/hosts.en b/release/picobsd/net/lang/hosts.en index 761d36c7780a..522c1811553a 100644 --- a/release/picobsd/net/lang/hosts.en +++ b/release/picobsd/net/lang/hosts.en @@ -1,4 +1,4 @@ -# $Id: hosts.en,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $Id: hosts.en,v 1.1.1.1 1998/08/27 17:38:43 abial 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/net/lang/hosts.pl b/release/picobsd/net/lang/hosts.pl index 0d9b81eaea31..c3563eae8767 100644 --- a/release/picobsd/net/lang/hosts.pl +++ b/release/picobsd/net/lang/hosts.pl @@ -1,4 +1,4 @@ -# $Id: hosts.pl,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $Id: hosts.pl,v 1.1.1.1 1998/08/27 17:38:43 abial 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/net/lang/mfs.rc.en b/release/picobsd/net/lang/mfs.rc.en index c13166e76761..2e2208cb9eb0 100644 --- a/release/picobsd/net/lang/mfs.rc.en +++ b/release/picobsd/net/lang/mfs.rc.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mfs.rc.en,v 1.3 1998/08/10 19:17:10 abial Exp $ +# $Id: mfs.rc.en,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ # System startup script run by init on autoboot # or after single-user. diff --git a/release/picobsd/net/lang/mfs.rc.pl b/release/picobsd/net/lang/mfs.rc.pl index f5e0a53563e8..0520501bf070 100644 --- a/release/picobsd/net/lang/mfs.rc.pl +++ b/release/picobsd/net/lang/mfs.rc.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mfs.rc.pl,v 1.3 1998/08/10 19:17:10 abial Exp $ +# $Id: mfs.rc.pl,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ # System startup script run by init on autoboot # or after single-user. diff --git a/release/picobsd/net/lang/rc.conf.en b/release/picobsd/net/lang/rc.conf.en index 03d2bc6d664d..81b4e0b45353 100644 --- a/release/picobsd/net/lang/rc.conf.en +++ b/release/picobsd/net/lang/rc.conf.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.conf.en,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $Id: rc.conf.en,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ swapfile="NO" # Set to name of swapfile if aux swapfile desired. ### Network configuration sub-section ###################### ### Basic network options: ### diff --git a/release/picobsd/net/lang/rc.conf.pl b/release/picobsd/net/lang/rc.conf.pl index 61c406667753..c4cdac8b9000 100644 --- a/release/picobsd/net/lang/rc.conf.pl +++ b/release/picobsd/net/lang/rc.conf.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.conf.pl,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $Id: rc.conf.pl,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ swapfile="NO" # Set to name of swapfile if aux swapfile desired. ### Network configuration sub-section ###################### ### Basic network options: ### diff --git a/release/picobsd/net/lang/rc.en b/release/picobsd/net/lang/rc.en index 295a882dfc7a..7fb1c64044db 100644 --- a/release/picobsd/net/lang/rc.en +++ b/release/picobsd/net/lang/rc.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.en,v 1.4 1999/01/12 14:09:21 asami Exp $ +# $Id: rc.en,v 1.5 1999/01/19 23:15:41 abial Exp $ ############################################ ### Special setup for one floppy PICOBSD ### ### THIS IS NOT THE NORMAL /etc/rc !!!!! ### diff --git a/release/picobsd/net/lang/rc.network.en b/release/picobsd/net/lang/rc.network.en index b6ffb6686186..73d584b675e7 100644 --- a/release/picobsd/net/lang/rc.network.en +++ b/release/picobsd/net/lang/rc.network.en @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: rc.network.en,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $Id: rc.network.en,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ network_pass1() { echo -n 'Doing initial network setup:' # Set the host name if it is not already set diff --git a/release/picobsd/net/lang/rc.network.pl b/release/picobsd/net/lang/rc.network.pl index 9c0fab6bb65d..3079c94d9604 100644 --- a/release/picobsd/net/lang/rc.network.pl +++ b/release/picobsd/net/lang/rc.network.pl @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: rc.network.pl,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $Id: rc.network.pl,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ network_pass1() { echo -n 'Wstepna konfiguracja sieci:' # Set the host name if it is not already set diff --git a/release/picobsd/net/lang/rc.pl b/release/picobsd/net/lang/rc.pl index d19f3367a6f2..3900fabee0d5 100644 --- a/release/picobsd/net/lang/rc.pl +++ b/release/picobsd/net/lang/rc.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.pl,v 1.3 1998/11/01 20:19:23 abial Exp $ +# $Id: rc.pl,v 1.4 1999/01/19 23:15:41 abial Exp $ ############################################ ### Special setup for one floppy PICOBSD ### ### THIS IS NOT THE NORMAL /etc/rc !!!!! ### diff --git a/release/picobsd/net/lang/resolv.conf.en b/release/picobsd/net/lang/resolv.conf.en index 1a7acfdf86d0..1b0f104a5139 100644 --- a/release/picobsd/net/lang/resolv.conf.en +++ b/release/picobsd/net/lang/resolv.conf.en @@ -1,3 +1,3 @@ -# $Id: resolv.conf.en,v 1.1.1.1 1998/07/14 07:30:51 abial Exp $ +# $Id: resolv.conf.en,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ domain mydomain.edu nameserver 192.33.4.12 diff --git a/release/picobsd/net/lang/resolv.conf.pl b/release/picobsd/net/lang/resolv.conf.pl index b2cb6499cf17..fe9223b69f87 100644 --- a/release/picobsd/net/lang/resolv.conf.pl +++ b/release/picobsd/net/lang/resolv.conf.pl @@ -1,3 +1,3 @@ -# $Id: resolv.conf.pl,v 1.1.1.1 1998/07/14 07:30:51 abial Exp $ +# $Id: resolv.conf.pl,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ domain mydomain.org.pl nameserver 148.81.16.51 diff --git a/release/picobsd/net/lang/update.en b/release/picobsd/net/lang/update.en index cf6e1b131b42..9e9318eea44e 100755 --- a/release/picobsd/net/lang/update.en +++ b/release/picobsd/net/lang/update.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.en,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ +# $Id: update.en,v 1.2 1999/01/14 23:22:29 abial Exp $ pwd=`pwd` echo -n "Updating /etc contents on startup floppy... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/net/lang/update.pl b/release/picobsd/net/lang/update.pl index 3055d05356f6..24d3057ba4df 100755 --- a/release/picobsd/net/lang/update.pl +++ b/release/picobsd/net/lang/update.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.pl,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $ +# $Id: update.pl,v 1.2 1999/01/14 23:22:30 abial Exp $ pwd=`pwd` echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/net/mfs.tree/Makefile b/release/picobsd/net/mfs.tree/Makefile index 4681e7483cff..8e4f93fcfb7b 100644 --- a/release/picobsd/net/mfs.tree/Makefile +++ b/release/picobsd/net/mfs.tree/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $Id: Makefile,v 1.2 1998/09/20 00:46:26 abial Exp $ # DESTDIR?=/mnt diff --git a/release/picobsd/net/mfs.tree/mfs.mtree b/release/picobsd/net/mfs.tree/mfs.mtree index 74e7f8ba321b..98d1262a7656 100644 --- a/release/picobsd/net/mfs.tree/mfs.mtree +++ b/release/picobsd/net/mfs.tree/mfs.mtree @@ -1,5 +1,5 @@ # -# $Id: mfs.mtree,v 1.2 1998/08/02 12:24:38 abial Exp $ +# $Id: mfs.mtree,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # /set type=dir uname=root gname=wheel mode=0755 . diff --git a/release/picobsd/router/conf/Makefile b/release/picobsd/router/conf/Makefile index bd33b5e9d02d..f0c5cfe9471a 100644 --- a/release/picobsd/router/conf/Makefile +++ b/release/picobsd/router/conf/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/10/15 21:40:05 abial Exp $ +# $Id: Makefile,v 1.4 1999/01/14 23:22:50 abial Exp $ # SRC?=/usr/src diff --git a/release/picobsd/router/conf/PICOBSD b/release/picobsd/router/conf/PICOBSD index d8df91f67777..a82a852c9ad5 100644 --- a/release/picobsd/router/conf/PICOBSD +++ b/release/picobsd/router/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.11.2.1 1999/02/07 22:19:58 abial Exp $ +# $Id: PICOBSD,v 1.11.2.2 1999/02/15 02:49:31 des Exp $ # machine "i386" diff --git a/release/picobsd/router/crunch1/Makefile b/release/picobsd/router/crunch1/Makefile index 77d5806090db..33445afbdbe0 100644 --- a/release/picobsd/router/crunch1/Makefile +++ b/release/picobsd/router/crunch1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $Id: Makefile,v 1.2 1998/10/15 21:40:05 abial Exp $ # SRC?=/usr/src diff --git a/release/picobsd/router/crunch1/crunch.conf b/release/picobsd/router/crunch1/crunch.conf index 445716c89eaf..91fc3e8a992f 100644 --- a/release/picobsd/router/crunch1/crunch.conf +++ b/release/picobsd/router/crunch1/crunch.conf @@ -1,5 +1,5 @@ # -# $Id: crunch.conf,v 1.3 1998/09/15 07:35:43 abial Exp $ +# $Id: crunch.conf,v 1.3.2.1 1999/02/05 12:19:51 abial 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/router/floppy.tree/etc/host.conf b/release/picobsd/router/floppy.tree/etc/host.conf index cf4c538e02c3..6c1d74f668da 100644 --- a/release/picobsd/router/floppy.tree/etc/host.conf +++ b/release/picobsd/router/floppy.tree/etc/host.conf @@ -1,3 +1,3 @@ -# $Id: host.conf,v 1.1 1998/08/02 13:03:30 abial Exp $ +# $Id: host.conf,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ hosts bind diff --git a/release/picobsd/router/floppy.tree/etc/login.conf b/release/picobsd/router/floppy.tree/etc/login.conf index caa56994130b..36ad26c7fdc3 100644 --- a/release/picobsd/router/floppy.tree/etc/login.conf +++ b/release/picobsd/router/floppy.tree/etc/login.conf @@ -1,7 +1,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id: login.conf,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $Id: login.conf,v 1.2 1999/01/12 14:09:22 asami Exp $ # diff --git a/release/picobsd/router/floppy.tree/etc/ppp/ppp.conf b/release/picobsd/router/floppy.tree/etc/ppp/ppp.conf index 12e130af3584..de9011f6b4f8 100644 --- a/release/picobsd/router/floppy.tree/etc/ppp/ppp.conf +++ b/release/picobsd/router/floppy.tree/etc/ppp/ppp.conf @@ -1,4 +1,4 @@ -# $Id: ppp.conf,v 1.1 1998/08/02 13:03:31 abial Exp $ +# $Id: ppp.conf,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # PPP Sample Configuration File default: set device /dev/cuaa1 diff --git a/release/picobsd/router/floppy.tree/etc/ppp/ppp.secret.sample b/release/picobsd/router/floppy.tree/etc/ppp/ppp.secret.sample index 0db95891a7eb..2a40bff8e54f 100644 --- a/release/picobsd/router/floppy.tree/etc/ppp/ppp.secret.sample +++ b/release/picobsd/router/floppy.tree/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. # -# $Id: ppp.secret.sample,v 1.1 1998/08/02 13:03:31 abial Exp $ +# $Id: ppp.secret.sample,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # ################################################## diff --git a/release/picobsd/router/floppy.tree/etc/rc.firewall b/release/picobsd/router/floppy.tree/etc/rc.firewall index 0a3e3d2f7c95..92a739678c7c 100644 --- a/release/picobsd/router/floppy.tree/etc/rc.firewall +++ b/release/picobsd/router/floppy.tree/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $Id: rc.firewall,v 1.1 1998/08/02 13:03:31 abial Exp $ +# $Id: rc.firewall,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ ############ # Define the firewall type in /etc/rc.conf. Valid values are: diff --git a/release/picobsd/router/floppy.tree/etc/rc.network b/release/picobsd/router/floppy.tree/etc/rc.network index 7c2abf43531f..c463e174b768 100644 --- a/release/picobsd/router/floppy.tree/etc/rc.network +++ b/release/picobsd/router/floppy.tree/etc/rc.network @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: rc.network,v 1.2 1998/08/10 19:17:49 abial Exp $ +# $Id: rc.network,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ network_pass1() { echo -n 'Wstepna konfiguracja sieci:' # Set the host name if it is not already set diff --git a/release/picobsd/router/floppy.tree/etc/rc.serial b/release/picobsd/router/floppy.tree/etc/rc.serial index 8e3f7268aea8..7153c5be585b 100644 --- a/release/picobsd/router/floppy.tree/etc/rc.serial +++ b/release/picobsd/router/floppy.tree/etc/rc.serial @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.serial,v 1.1 1998/08/02 13:03:31 abial Exp $ +# $Id: rc.serial,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # Change some defaults for serial devices. # Standard defaults are: diff --git a/release/picobsd/router/lang/hosts.en b/release/picobsd/router/lang/hosts.en index 6b7d0ff8dae6..f2af8868745e 100644 --- a/release/picobsd/router/lang/hosts.en +++ b/release/picobsd/router/lang/hosts.en @@ -1,4 +1,4 @@ -# $Id: hosts.en,v 1.1 1998/08/02 13:03:32 abial Exp $ +# $Id: hosts.en,v 1.1.1.1 1998/08/27 17:38:44 abial 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/router/lang/hosts.pl b/release/picobsd/router/lang/hosts.pl index eef83a191fc2..d74ecbad93f0 100644 --- a/release/picobsd/router/lang/hosts.pl +++ b/release/picobsd/router/lang/hosts.pl @@ -1,4 +1,4 @@ -# $Id: hosts.pl,v 1.1 1998/08/02 13:03:32 abial Exp $ +# $Id: hosts.pl,v 1.1.1.1 1998/08/27 17:38:44 abial 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/router/lang/mfs.rc.en b/release/picobsd/router/lang/mfs.rc.en index f130c3f2c61b..ccd644dfe330 100644 --- a/release/picobsd/router/lang/mfs.rc.en +++ b/release/picobsd/router/lang/mfs.rc.en @@ -1,4 +1,4 @@ -# $Id: mfs.rc.en,v 1.2 1998/08/10 19:17:53 abial Exp $ +# $Id: mfs.rc.en,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # This file is interpreted by oinit(8) # ncons 2 diff --git a/release/picobsd/router/lang/mfs.rc.pl b/release/picobsd/router/lang/mfs.rc.pl index 7f6ecc6311ef..cc471b1dce37 100644 --- a/release/picobsd/router/lang/mfs.rc.pl +++ b/release/picobsd/router/lang/mfs.rc.pl @@ -1,4 +1,4 @@ -# $Id: mfs.rc.pl,v 1.2 1998/08/10 19:17:54 abial Exp $ +# $Id: mfs.rc.pl,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # This file is interpreted by oinit(8) # ncons 2 diff --git a/release/picobsd/router/lang/rc.en b/release/picobsd/router/lang/rc.en index ee7614ddbced..349cf521e209 100644 --- a/release/picobsd/router/lang/rc.en +++ b/release/picobsd/router/lang/rc.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.en,v 1.2 1998/09/26 17:27:26 abial Exp $ +# $Id: rc.en,v 1.3 1998/11/01 20:19:31 abial Exp $ ### Special setup for one floppy PICOBSD ### ifconfig lo0 inet 127.0.0.1 netmask 0xffffff00 hostname pico diff --git a/release/picobsd/router/lang/rc.pl b/release/picobsd/router/lang/rc.pl index 686eec6aa1a2..bd4968d22bc5 100644 --- a/release/picobsd/router/lang/rc.pl +++ b/release/picobsd/router/lang/rc.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.pl,v 1.2 1998/09/26 17:27:26 abial Exp $ +# $Id: rc.pl,v 1.3 1998/11/01 20:19:31 abial Exp $ ### Special setup for one floppy PICOBSD ### ifconfig lo0 inet 127.0.0.1 netmask 0xffffff00 hostname pico diff --git a/release/picobsd/router/lang/resolv.conf.en b/release/picobsd/router/lang/resolv.conf.en index 1f316ae1f6c7..709f39bceaea 100644 --- a/release/picobsd/router/lang/resolv.conf.en +++ b/release/picobsd/router/lang/resolv.conf.en @@ -1,3 +1,3 @@ -# $Id: resolv.conf.en,v 1.1 1998/08/02 13:03:32 abial Exp $ +# $Id: resolv.conf.en,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ domain mydomain.edu nameserver 192.33.4.12 diff --git a/release/picobsd/router/lang/resolv.conf.pl b/release/picobsd/router/lang/resolv.conf.pl index 2955a7d6e57f..d24da1e19f13 100644 --- a/release/picobsd/router/lang/resolv.conf.pl +++ b/release/picobsd/router/lang/resolv.conf.pl @@ -1,3 +1,3 @@ -# $Id: resolv.conf.pl,v 1.1 1998/08/02 13:03:32 abial Exp $ +# $Id: resolv.conf.pl,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ domain mydomain.org.pl nameserver 148.81.16.51 diff --git a/release/picobsd/router/lang/update.en b/release/picobsd/router/lang/update.en index 894f70b257a2..e5e8ef2d504a 100755 --- a/release/picobsd/router/lang/update.en +++ b/release/picobsd/router/lang/update.en @@ -1,4 +1,4 @@ -# $Id: update.en,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $Id: update.en,v 1.2 1999/01/14 23:23:18 abial Exp $ echo -n "Updating /etc contents on startup floppy... " mount /dev/fd0a /start_floppy cd /etc diff --git a/release/picobsd/router/lang/update.pl b/release/picobsd/router/lang/update.pl index c4ad1c69932e..468b3a57f4dd 100755 --- a/release/picobsd/router/lang/update.pl +++ b/release/picobsd/router/lang/update.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.pl,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $Id: update.pl,v 1.2 1999/01/14 23:23:19 abial Exp $ echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy cd /etc diff --git a/release/picobsd/router/mfs.tree/Makefile b/release/picobsd/router/mfs.tree/Makefile index e55ba6261176..ef6b6efa7d8e 100644 --- a/release/picobsd/router/mfs.tree/Makefile +++ b/release/picobsd/router/mfs.tree/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $Id: Makefile,v 1.2 1998/09/20 00:46:27 abial Exp $ # DESTDIR?=/mnt diff --git a/release/picobsd/router/mfs.tree/login.conf b/release/picobsd/router/mfs.tree/login.conf index 664d03c0a4c7..cf61c9e2001a 100644 --- a/release/picobsd/router/mfs.tree/login.conf +++ b/release/picobsd/router/mfs.tree/login.conf @@ -1,4 +1,4 @@ -# $Id: login.conf,v 1.1 1998/08/02 13:03:33 abial Exp $ +# $Id: login.conf,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # Authentication methods diff --git a/release/picobsd/router/mfs.tree/mfs.mtree b/release/picobsd/router/mfs.tree/mfs.mtree index 8fd9af3e571d..33798e7d868b 100644 --- a/release/picobsd/router/mfs.tree/mfs.mtree +++ b/release/picobsd/router/mfs.tree/mfs.mtree @@ -1,5 +1,5 @@ # -# $Id: mfs.mtree,v 1.2 1998/08/10 19:17:57 abial Exp $ +# $Id: mfs.mtree,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # /set type=dir uname=root gname=wheel mode=0755 . diff --git a/release/picobsd/tinyware/aps/Makefile b/release/picobsd/tinyware/aps/Makefile index b76b456be6ec..c99b600d2b51 100644 --- a/release/picobsd/tinyware/aps/Makefile +++ b/release/picobsd/tinyware/aps/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:52 abial Exp $ +# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # PROG=ps SRCS+=main.c diff --git a/release/picobsd/tinyware/aps/README b/release/picobsd/tinyware/aps/README index 760af8b53ce7..80b600b9b22e 100644 --- a/release/picobsd/tinyware/aps/README +++ b/release/picobsd/tinyware/aps/README @@ -16,4 +16,4 @@ more general (and less complicated) sysctl(3). (As of 1998.07.31 this program is no longer used in PicoBSD. See sps(1) in TinyWare collection). -$Id: README,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +$Id: README,v 1.2 1998/11/01 20:19:40 abial Exp $ diff --git a/release/picobsd/tinyware/aps/main.c b/release/picobsd/tinyware/aps/main.c index bbd2cce721a3..7004bc4d1108 100644 --- a/release/picobsd/tinyware/aps/main.c +++ b/release/picobsd/tinyware/aps/main.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: main.c,v 1.1.1.1 1998/07/14 07:30:53 abial Exp $ + * $Id: main.c,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ * */ diff --git a/release/picobsd/tinyware/help/Makefile b/release/picobsd/tinyware/help/Makefile index 0b567797b50a..dd79e553a590 100644 --- a/release/picobsd/tinyware/help/Makefile +++ b/release/picobsd/tinyware/help/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:53 abial Exp $ +# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ # PROG=help SRCS+=help.c diff --git a/release/picobsd/tinyware/help/README b/release/picobsd/tinyware/help/README index ededf1f29db4..b999411f8f12 100644 --- a/release/picobsd/tinyware/help/README +++ b/release/picobsd/tinyware/help/README @@ -5,4 +5,4 @@ and these files are just the beginning of it... <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$Id: README,v 1.2 1998/11/01 20:19:40 abial Exp $ diff --git a/release/picobsd/tinyware/help/help.c b/release/picobsd/tinyware/help/help.c index 5c49a04c6d39..03a0047753fb 100644 --- a/release/picobsd/tinyware/help/help.c +++ b/release/picobsd/tinyware/help/help.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: help.c,v 1.3 1998/09/23 14:51:34 abial Exp $ + * $Id: help.c,v 1.4 1998/11/01 20:19:40 abial Exp $ */ diff --git a/release/picobsd/tinyware/kget/Makefile b/release/picobsd/tinyware/kget/Makefile index ba9fe16aa7b0..ecae895173fa 100644 --- a/release/picobsd/tinyware/kget/Makefile +++ b/release/picobsd/tinyware/kget/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/10/25 03:16:02 abial Exp $ +# $Id: Makefile,v 1.4 1999/01/08 21:09:42 abial Exp $ # SRC?=/usr/src PROG=kget diff --git a/release/picobsd/tinyware/kget/README b/release/picobsd/tinyware/kget/README index 967356dc542b..2e2aee7a8e8e 100644 --- a/release/picobsd/tinyware/kget/README +++ b/release/picobsd/tinyware/kget/README @@ -38,4 +38,4 @@ it to /kernel.config file - it already contains required keywords. Andrzej Bialecki <abial@freebsd.org> -$Id: README,v 1.4 1999/01/08 21:09:42 abial Exp $ +$Id: README,v 1.4.2.1 1999/02/05 12:20:35 abial Exp $ diff --git a/release/picobsd/tinyware/kget/kget.c b/release/picobsd/tinyware/kget/kget.c index 764bd9b2a350..a7bd46ca3ed6 100644 --- a/release/picobsd/tinyware/kget/kget.c +++ b/release/picobsd/tinyware/kget/kget.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kget.c,v 1.2 1999/01/19 23:15:56 abial Exp $ + * $Id: kget.c,v 1.2.2.1 1999/02/12 20:14:47 abial Exp $ */ #include <stdio.h> diff --git a/release/picobsd/tinyware/msg/Makefile b/release/picobsd/tinyware/msg/Makefile index 5de8c7c0e1b3..eec05e5274ca 100644 --- a/release/picobsd/tinyware/msg/Makefile +++ b/release/picobsd/tinyware/msg/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1998/09/15 07:35:58 abial Exp $ # PROG=msg SRCS= msg.c diff --git a/release/picobsd/tinyware/msg/README b/release/picobsd/tinyware/msg/README index 37bac7d92988..277b05f8dfaf 100644 --- a/release/picobsd/tinyware/msg/README +++ b/release/picobsd/tinyware/msg/README @@ -12,4 +12,4 @@ kernel tree, contact me directly - the patches are very small and simple. Andrzej Bialecki <abial@freebsd.org> -$Id: README,v 1.1 1998/09/15 07:35:58 abial Exp $ +$Id: README,v 1.2 1998/11/01 20:19:41 abial Exp $ diff --git a/release/picobsd/tinyware/msg/msg.c b/release/picobsd/tinyware/msg/msg.c index f3dc41080a45..9165d26d9b0e 100644 --- a/release/picobsd/tinyware/msg/msg.c +++ b/release/picobsd/tinyware/msg/msg.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: msg.c,v 1.1 1998/09/15 07:35:58 abial Exp $ */ /* diff --git a/release/picobsd/tinyware/ns/Makefile b/release/picobsd/tinyware/ns/Makefile index 4a455a6be58c..fc08711f60d6 100644 --- a/release/picobsd/tinyware/ns/Makefile +++ b/release/picobsd/tinyware/ns/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/09/23 15:22:14 abial Exp $ +# $Id: Makefile,v 1.4 1998/09/29 11:27:34 abial Exp $ # PROG=ns SRCS= ns.c diff --git a/release/picobsd/tinyware/ns/README b/release/picobsd/tinyware/ns/README index 07cb5bd43c03..b183972c634b 100644 --- a/release/picobsd/tinyware/ns/README +++ b/release/picobsd/tinyware/ns/README @@ -40,4 +40,4 @@ Bugs Andrzej Bialecki <abial@freebsd.org> -$Id: README,v 1.2 1998/09/07 06:41:14 abial Exp $ +$Id: README,v 1.3 1998/11/01 20:19:41 abial Exp $ diff --git a/release/picobsd/tinyware/ns/ns.c b/release/picobsd/tinyware/ns/ns.c index e8dd253e6dcb..05c561e43479 100644 --- a/release/picobsd/tinyware/ns/ns.c +++ b/release/picobsd/tinyware/ns/ns.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ns.c,v 1.4 1998/09/07 06:41:14 abial Exp $ + * $Id: ns.c,v 1.5 1998/10/09 12:42:20 abial Exp $ */ diff --git a/release/picobsd/tinyware/oinit/Makefile b/release/picobsd/tinyware/oinit/Makefile index 92b7c5409011..40631a8c4591 100644 --- a/release/picobsd/tinyware/oinit/Makefile +++ b/release/picobsd/tinyware/oinit/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/08/09 18:50:45 abial Exp $ +# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ # PROG=oinit #CFLAGS+=-DUSE_HISTORY diff --git a/release/picobsd/tinyware/oinit/README b/release/picobsd/tinyware/oinit/README index a295f499d6c4..2452ca91b5c4 100644 --- a/release/picobsd/tinyware/oinit/README +++ b/release/picobsd/tinyware/oinit/README @@ -120,4 +120,4 @@ The overall framework was taken from FreeBSD /sbin/init. Andrzej Bialecki <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$Id: README,v 1.2 1998/11/01 20:19:41 abial Exp $ diff --git a/release/picobsd/tinyware/oinit/oinit.c b/release/picobsd/tinyware/oinit/oinit.c index 1bf70bdaf343..bed9938330c3 100644 --- a/release/picobsd/tinyware/oinit/oinit.c +++ b/release/picobsd/tinyware/oinit/oinit.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: oinit.c,v 1.2 1998/10/15 21:40:07 abial Exp $ + * $Id: oinit.c,v 1.3 1998/11/15 23:26:32 abial Exp $ */ /* diff --git a/release/picobsd/tinyware/simple_httpd/Makefile b/release/picobsd/tinyware/simple_httpd/Makefile index 8527887f3f5d..1c36b52bc797 100644 --- a/release/picobsd/tinyware/simple_httpd/Makefile +++ b/release/picobsd/tinyware/simple_httpd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1999/01/16 03:50:10 danny Exp $ +# $Id: Makefile,v 1.2.2.1 1999/02/05 12:21:41 abial Exp $ # PROG=simple_httpd SRCS= simple_httpd.c diff --git a/release/picobsd/tinyware/simple_httpd/README b/release/picobsd/tinyware/simple_httpd/README index dd5f9fdaa679..a73d2bf99f89 100644 --- a/release/picobsd/tinyware/simple_httpd/README +++ b/release/picobsd/tinyware/simple_httpd/README @@ -20,4 +20,4 @@ Credits This program was contributed by Marc Nicholas <marc@netstor.com> -$Id: README,v 1.2 1998/09/15 11:17:07 abial Exp $ +$Id: README,v 1.2.2.1 1999/02/05 12:21:41 abial Exp $ diff --git a/release/picobsd/tinyware/simple_httpd/simple_httpd.c b/release/picobsd/tinyware/simple_httpd/simple_httpd.c index 4ce8e9380de6..8e7c55ba3284 100644 --- a/release/picobsd/tinyware/simple_httpd/simple_httpd.c +++ b/release/picobsd/tinyware/simple_httpd/simple_httpd.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: simple_httpd.c,v 1.2.2.1 1999/02/05 12:21:41 abial Exp $ */ #include <stdio.h> diff --git a/release/picobsd/tinyware/sps/Makefile b/release/picobsd/tinyware/sps/Makefile index c8969bdf8e9a..d8fef9789192 100644 --- a/release/picobsd/tinyware/sps/Makefile +++ b/release/picobsd/tinyware/sps/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1998/07/16 23:21:59 abial Exp $ +# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ # PROG=sps SRCS= sps.c diff --git a/release/picobsd/tinyware/sps/README b/release/picobsd/tinyware/sps/README index 771ddaaf88df..6ace9bbb672c 100644 --- a/release/picobsd/tinyware/sps/README +++ b/release/picobsd/tinyware/sps/README @@ -14,4 +14,4 @@ command line. <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$Id: README,v 1.2 1998/11/01 20:19:42 abial Exp $ diff --git a/release/picobsd/tinyware/sps/sps.c b/release/picobsd/tinyware/sps/sps.c index 8685eae67640..acedd35782ac 100644 --- a/release/picobsd/tinyware/sps/sps.c +++ b/release/picobsd/tinyware/sps/sps.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sps.c,v 1.2 1998/07/17 07:55:47 abial Exp $ + * $Id: sps.c,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ */ /* diff --git a/release/picobsd/tinyware/view/Makefile b/release/picobsd/tinyware/view/Makefile index f676e7aa14da..11ca8322f15e 100644 --- a/release/picobsd/tinyware/view/Makefile +++ b/release/picobsd/tinyware/view/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +# $Id: Makefile,v 1.2 1998/10/09 12:42:56 abial Exp $ PROG=view SRCS=view.c diff --git a/release/picobsd/tinyware/view/README b/release/picobsd/tinyware/view/README index 1a2c611b6727..c3380277bf77 100644 --- a/release/picobsd/tinyware/view/README +++ b/release/picobsd/tinyware/view/README @@ -83,4 +83,4 @@ Andrzej Bialecki <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$Id: README,v 1.2 1998/11/01 20:19:42 abial Exp $ diff --git a/release/picobsd/tinyware/view/view.c b/release/picobsd/tinyware/view/view.c index 0255a6b5bec1..8c7d1f170054 100644 --- a/release/picobsd/tinyware/view/view.c +++ b/release/picobsd/tinyware/view/view.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: view.c,v 1.2 1998/10/09 12:42:56 abial Exp $ + * $Id: view.c,v 1.3 1998/10/23 19:34:50 abial Exp $ */ /* diff --git a/release/picobsd/tinyware/vm/Makefile b/release/picobsd/tinyware/vm/Makefile index 9e64474990b1..1c28b7296b2b 100644 --- a/release/picobsd/tinyware/vm/Makefile +++ b/release/picobsd/tinyware/vm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:54 abial Exp $ +# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ # PROG=vm #CFLAGS+= diff --git a/release/picobsd/tinyware/vm/README b/release/picobsd/tinyware/vm/README index e4d72c1a17d0..3a381b998366 100644 --- a/release/picobsd/tinyware/vm/README +++ b/release/picobsd/tinyware/vm/README @@ -7,4 +7,4 @@ consequently it is not displayed in stock version of sysctl(8). <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$Id: README,v 1.2 1998/11/01 20:19:42 abial Exp $ diff --git a/release/picobsd/tinyware/vm/vm.c b/release/picobsd/tinyware/vm/vm.c index cd744952f76f..8e089d8916cf 100644 --- a/release/picobsd/tinyware/vm/vm.c +++ b/release/picobsd/tinyware/vm/vm.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: vm.c,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ + * $Id: vm.c,v 1.2 1998/10/29 12:38:06 abial Exp $ */ #include <stdio.h> diff --git a/release/picobsd/tools/daemon/Makefile b/release/picobsd/tools/daemon/Makefile index 71427e368e1d..1cdfa9ec436d 100644 --- a/release/picobsd/tools/daemon/Makefile +++ b/release/picobsd/tools/daemon/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:40 abial Exp $ +# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ # PROG=daemon NOMAN=yes diff --git a/release/picobsd/tools/daemon/README b/release/picobsd/tools/daemon/README index 5de11b962eba..1b8e9353312a 100644 --- a/release/picobsd/tools/daemon/README +++ b/release/picobsd/tools/daemon/README @@ -4,4 +4,4 @@ Documentation: UTSL. <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$Id: README,v 1.2 1998/11/01 20:19:43 abial Exp $ diff --git a/release/picobsd/tools/daemon/daemon.c b/release/picobsd/tools/daemon/daemon.c index 402fe905d4b1..5066dd8e7ef1 100644 --- a/release/picobsd/tools/daemon/daemon.c +++ b/release/picobsd/tools/daemon/daemon.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: daemon.c,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ + * $Id: daemon.c,v 1.1.1.1.2.1 1999/02/05 12:21:57 abial Exp $ */ diff --git a/release/picobsd/tools/write_mfs_in_kernel/Makefile b/release/picobsd/tools/write_mfs_in_kernel/Makefile index 9a871096de48..3fba48c79d51 100644 --- a/release/picobsd/tools/write_mfs_in_kernel/Makefile +++ b/release/picobsd/tools/write_mfs_in_kernel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +# $Id: Makefile,v 1.2 1998/09/24 16:37:36 abial Exp $ # PROG=wmik SRCS=write_mfs_in_kernel.c diff --git a/release/scripts/tar.sh b/release/scripts/tar.sh index 45b96e97bf57..6b6b32eb100d 100644 --- a/release/scripts/tar.sh +++ b/release/scripts/tar.sh @@ -32,7 +32,7 @@ # # -# $Id: tar.sh,v 1.3 1997/02/22 14:10:30 peter Exp $ +# $Id: tar.sh,v 1.4 1998/12/05 22:15:10 jdp Exp $ # archive=${TAPE:-/dev/rst0} diff --git a/release/sysinstall/anonFTP.c b/release/sysinstall/anonFTP.c index 59d48593ea5f..4a8d6b35cc39 100644 --- a/release/sysinstall/anonFTP.c +++ b/release/sysinstall/anonFTP.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: anonFTP.c,v 1.23 1997/04/02 12:07:18 jkh Exp $ + * $Id: anonFTP.c,v 1.23.2.1 1999/02/05 22:20:13 jkh Exp $ * * Copyright (c) 1995 * Coranth Gryphon. All rights reserved. diff --git a/release/sysinstall/cdrom.c b/release/sysinstall/cdrom.c index 011520211dbf..4f52692886d1 100644 --- a/release/sysinstall/cdrom.c +++ b/release/sysinstall/cdrom.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: cdrom.c,v 1.44 1998/12/22 12:31:24 jkh Exp $ + * $Id: cdrom.c,v 1.45 1999/01/20 12:31:42 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/command.c b/release/sysinstall/command.c index b14f913d706b..f7f73ec33338 100644 --- a/release/sysinstall/command.c +++ b/release/sysinstall/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id$ + * $Id: command.c,v 1.16 1997/02/22 14:11:14 peter Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 366705c1ebf1..bf371b3a2979 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.115.2.7 1999/02/14 07:39:55 jkh Exp $ + * $Id: config.c,v 1.115.2.8 1999/02/14 21:35:55 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dev2c.sh b/release/sysinstall/dev2c.sh index 929e9e773e12..fb52fd21645c 100644 --- a/release/sysinstall/dev2c.sh +++ b/release/sysinstall/dev2c.sh @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $Id: dev2c.sh,v 1.3 1997/02/22 14:11:20 peter Exp $ # # During installation, we suffer badly of we have to run MAKEDEV. MAKEDEV # need sh, ln, chown, mknod, awk, rm, test and probably emacs too when diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index 7b7261d23b43..bbde0eff78af 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.87 1998/12/04 18:01:10 wpaul Exp $ + * $Id: devices.c,v 1.88 1999/01/09 18:12:06 wpaul Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c index 11b6470a9ed7..45b8cc1e01d6 100644 --- a/release/sysinstall/disks.c +++ b/release/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.108 1999/01/08 00:14:21 jkh Exp $ + * $Id: disks.c,v 1.108.2.1 1999/02/05 22:20:13 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c index 8d289e4207fc..3407f1bf2e80 100644 --- a/release/sysinstall/dispatch.c +++ b/release/sysinstall/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dispatch.c,v 1.26 1998/11/15 09:06:19 jkh Exp $ + * $Id: dispatch.c,v 1.26.2.1 1999/02/05 22:20:14 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index aed5636c63ac..de7a0046115c 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dist.c,v 1.132.2.2 1999/02/07 12:56:22 jkh Exp $ + * $Id: dist.c,v 1.132.2.3 1999/02/14 18:55:29 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dmenu.c b/release/sysinstall/dmenu.c index 1ea79f8da023..a13e51c6f889 100644 --- a/release/sysinstall/dmenu.c +++ b/release/sysinstall/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: dmenu.c,v 1.37.2.2 1999/02/05 22:25:36 jkh Exp $ + * $Id: dmenu.c,v 1.37.2.3 1999/02/06 08:45:43 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/doc.c b/release/sysinstall/doc.c index 9d82f262863a..8942937e5331 100644 --- a/release/sysinstall/doc.c +++ b/release/sysinstall/doc.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: doc.c,v 1.22 1997/02/07 04:25:53 jkh Exp $ + * $Id: doc.c,v 1.23 1997/02/15 13:18:16 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dos.c b/release/sysinstall/dos.c index a11122ab811d..91249f7a3ad6 100644 --- a/release/sysinstall/dos.c +++ b/release/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: dos.c,v 1.21 1998/10/28 02:18:08 jkh Exp $ + * $Id: dos.c,v 1.22 1998/12/22 12:31:24 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/floppy.c b/release/sysinstall/floppy.c index f3b210fa5db9..dae4062a79e7 100644 --- a/release/sysinstall/floppy.c +++ b/release/sysinstall/floppy.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: floppy.c,v 1.31 1998/12/22 12:31:24 jkh Exp $ + * $Id: floppy.c,v 1.31.2.1 1999/02/15 00:49:57 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/ftp.c b/release/sysinstall/ftp.c index 4f1e542e86b1..8845c6c278f3 100644 --- a/release/sysinstall/ftp.c +++ b/release/sysinstall/ftp.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: ftp.c,v 1.35 1998/01/28 04:42:38 jkh Exp $ + * $Id: ftp.c,v 1.36 1998/12/22 12:31:24 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/globals.c b/release/sysinstall/globals.c index 72aecb1c88e3..55140e705df5 100644 --- a/release/sysinstall/globals.c +++ b/release/sysinstall/globals.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: globals.c,v 1.18 1997/02/22 14:11:43 peter Exp $ + * $Id: globals.c,v 1.19 1997/04/20 16:46:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/index.c b/release/sysinstall/index.c index 0cb66db6fcfb..f8e6f76cfc15 100644 --- a/release/sysinstall/index.c +++ b/release/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: index.c,v 1.60 1999/01/11 12:45:18 asami Exp $ + * $Id: index.c,v 1.60.2.1 1999/02/15 04:57:40 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 2668bc816ff6..c2682bb5cb7e 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.223.2.4 1999/02/14 21:26:52 jkh Exp $ + * $Id: install.c,v 1.223.2.5 1999/02/15 00:49:57 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index f3fcbd8609b4..962ec51d91e7 100644 --- a/release/sysinstall/installUpgrade.c +++ b/release/sysinstall/installUpgrade.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: installUpgrade.c,v 1.61.2.2 1999/02/13 05:18:24 jkh Exp $ + * $Id: installUpgrade.c,v 1.61.2.3 1999/02/15 02:52:09 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/keymap.c b/release/sysinstall/keymap.c index 459f4cbe2860..5d64d56b91c0 100644 --- a/release/sysinstall/keymap.c +++ b/release/sysinstall/keymap.c @@ -21,7 +21,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$ + * $Id: keymap.c,v 1.4 1997/02/22 14:11:48 peter Exp $ * */ diff --git a/release/sysinstall/kget.c b/release/sysinstall/kget.c index c4f095da6bea..e8aea4379c3a 100644 --- a/release/sysinstall/kget.c +++ b/release/sysinstall/kget.c @@ -97,18 +97,18 @@ kget(char *out) } i += sizeof(struct isa_device) + 8; } - free(buf), buf = NULL; + free(buf); /* Now, print the changes to PnP override table */ i = sysctlbyname(mib2, NULL, &len, NULL, NULL); if (i) { msgDebug("kget: error sizing buffer\n"); - goto bail; + return -1; } buf = (char *)malloc(len * sizeof(char)); i = sysctlbyname(mib2, buf, &len, NULL, NULL); if (i) { msgDebug("kget: error retrieving data\n"); - goto bail; + return -1; } i = 0; /* Print the PnP override table. Taken from userconfig.c */ @@ -141,10 +141,7 @@ kget(char *out) bytes_written += fprintf(fout,"\n"); } } while ((i += sizeof(struct pnp_cinfo)) < len); -bail: fprintf(fout, "q\n"); fclose(fout); - if (buf) - free(buf); return 0; } diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c index 9d47b0a3981d..8f5ffb4c015f 100644 --- a/release/sysinstall/label.c +++ b/release/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.84 1999/01/08 00:14:21 jkh Exp $ + * $Id: label.c,v 1.84.2.1 1999/02/05 22:20:15 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/lang.c b/release/sysinstall/lang.c index 8004acae264c..2d3da610023a 100644 --- a/release/sysinstall/lang.c +++ b/release/sysinstall/lang.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id$ + * $Id: lang.c,v 1.10 1997/02/22 14:11:53 peter Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/list.h b/release/sysinstall/list.h index 05a9fd56b78d..e9bfd7af3ccf 100644 --- a/release/sysinstall/list.h +++ b/release/sysinstall/list.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: list.h,v 1.1 1997/09/16 17:03:58 pst Exp $ + * $Id: list.h,v 1.1 1997/09/16 18:57:47 jkh Exp $ * * Copyright (c) 1997 FreeBSD, Inc. * All rights reserved. diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index 9f6c812d45ee..c4d48a241e79 100644 --- a/release/sysinstall/main.c +++ b/release/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: main.c,v 1.50 1999/01/08 00:14:22 jkh Exp $ + * $Id: main.c,v 1.50.2.1 1999/02/05 22:20:15 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/media.c b/release/sysinstall/media.c index 6ed8d2b31f1e..f890c2d85c46 100644 --- a/release/sysinstall/media.c +++ b/release/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.94.2.1 1999/02/05 22:20:15 jkh Exp $ + * $Id: media.c,v 1.94.2.2 1999/02/15 00:49:58 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index d5360776e811..c431222fbe35 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.180.2.8 1999/02/14 20:14:35 jkh Exp $ + * $Id: menus.c,v 1.180.2.9 1999/02/14 21:35:55 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/misc.c b/release/sysinstall/misc.c index bb00639028d3..ed331ae22ea9 100644 --- a/release/sysinstall/misc.c +++ b/release/sysinstall/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $Id: misc.c,v 1.37 1998/01/16 15:07:55 jkh Exp $ + * $Id: misc.c,v 1.38 1998/03/19 15:02:09 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/mouse.c b/release/sysinstall/mouse.c index 4aa01b87b5e2..f9f3cf1f26f7 100644 --- a/release/sysinstall/mouse.c +++ b/release/sysinstall/mouse.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mouse.c,v 1.4 1998/03/23 06:08:47 yokota Exp $ + * $Id: mouse.c,v 1.4.2.1 1999/02/05 22:20:16 jkh Exp $ */ #include "sysinstall.h" diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c index e61b7679d241..d842ccb8a18c 100644 --- a/release/sysinstall/msg.c +++ b/release/sysinstall/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: msg.c,v 1.46 1997/09/09 16:27:50 jkh Exp $ + * $Id: msg.c,v 1.47 1997/09/20 02:48:48 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/network.c b/release/sysinstall/network.c index c3b6cdb4c690..ae93fb115f98 100644 --- a/release/sysinstall/network.c +++ b/release/sysinstall/network.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: network.c,v 1.33 1998/11/15 09:06:20 jkh Exp $ + * $Id: network.c,v 1.33.2.1 1999/02/05 22:20:16 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/nfs.c b/release/sysinstall/nfs.c index aeb1dc0fc584..c11a5195ac98 100644 --- a/release/sysinstall/nfs.c +++ b/release/sysinstall/nfs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: nfs.c,v 1.18 1997/02/22 14:12:14 peter Exp $ + * $Id: nfs.c,v 1.19 1998/12/22 12:31:25 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index 6d5fb3c53c6d..f2ffccdf5913 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.56 1997/07/16 05:22:42 jkh Exp $ + * $Id: options.c,v 1.56.2.1 1999/02/05 22:20:16 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/package.c b/release/sysinstall/package.c index a1991a254747..78687aaed858 100644 --- a/release/sysinstall/package.c +++ b/release/sysinstall/package.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: package.c,v 1.65 1997/10/15 04:37:16 jkh Exp $ + * $Id: package.c,v 1.65.2.1 1999/02/05 22:20:16 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/register.c b/release/sysinstall/register.c index c3e3bf13b250..0f51817a7faa 100644 --- a/release/sysinstall/register.c +++ b/release/sysinstall/register.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: register.c,v 1.8 1997/08/18 21:47:34 jkh Exp $ + * $Id: register.c,v 1.9 1998/11/24 00:18:56 jkh Exp $ * * Copyright (c) 1997 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/sysinstall.8 b/release/sysinstall/sysinstall.8 index aa3e4c467c69..98d7fa62bfad 100644 --- a/release/sysinstall/sysinstall.8 +++ b/release/sysinstall/sysinstall.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: sysinstall.8,v 1.14 1999/01/06 13:55:14 peter Exp $ +.\" $Id: sysinstall.8,v 1.14.2.1 1999/02/05 09:55:35 jkh Exp $ .\" .Dd August 9, 1997 .Dt SYSINSTALL 8 diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index 35777f80e982..3912aaa1abcb 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: sysinstall.h,v 1.153.2.3 1999/02/05 22:25:36 jkh Exp $ + * $Id: sysinstall.h,v 1.153.2.4 1999/02/09 22:25:58 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c index cecb1e34f5a6..010d7f0f0810 100644 --- a/release/sysinstall/system.c +++ b/release/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.87.2.3 1999/02/14 21:26:52 jkh Exp $ + * $Id: system.c,v 1.87.2.4 1999/02/15 00:49:58 jkh Exp $ * * Jordan Hubbard * diff --git a/release/sysinstall/tape.c b/release/sysinstall/tape.c index 995a0fe0d154..0d6d1a22b11c 100644 --- a/release/sysinstall/tape.c +++ b/release/sysinstall/tape.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: tape.c,v 1.19 1997/02/22 14:12:21 peter Exp $ + * $Id: tape.c,v 1.20 1998/12/22 12:31:26 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index b30d52e5d301..697d827c1e76 100644 --- a/release/sysinstall/tcpip.c +++ b/release/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.74 1998/11/15 09:06:20 jkh Exp $ + * $Id: tcpip.c,v 1.74.2.1 1999/02/05 22:20:17 jkh Exp $ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. diff --git a/release/sysinstall/ufs.c b/release/sysinstall/ufs.c index 73c06676d6ce..4914522070c5 100644 --- a/release/sysinstall/ufs.c +++ b/release/sysinstall/ufs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: ufs.c,v 1.13 1998/09/14 19:14:11 jkh Exp $ + * $Id: ufs.c,v 1.14 1998/12/22 12:31:26 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/user.c b/release/sysinstall/user.c index 680a5430c87c..ef140162a43f 100644 --- a/release/sysinstall/user.c +++ b/release/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $Id: user.c,v 1.13 1997/02/22 14:12:36 peter Exp $ + * $Id: user.c,v 1.14 1997/03/09 22:25:49 jkh Exp $ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. diff --git a/release/sysinstall/variable.c b/release/sysinstall/variable.c index ab39a47a1622..47de4a317305 100644 --- a/release/sysinstall/variable.c +++ b/release/sysinstall/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: variable.c,v 1.24 1998/07/18 09:42:02 jkh Exp $ + * $Id: variable.c,v 1.24.2.1 1999/02/05 22:20:17 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/wizard.c b/release/sysinstall/wizard.c index 000966616993..c099c3de5994 100644 --- a/release/sysinstall/wizard.c +++ b/release/sysinstall/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: wizard.c,v 1.12 1998/09/08 10:46:40 jkh Exp $ + * $Id: wizard.c,v 1.13 1998/10/13 09:45:59 jkh Exp $ * */ diff --git a/release/write_mfs_in_kernel.c b/release/write_mfs_in_kernel.c index 93934de995cf..e27003186d7d 100644 --- a/release/write_mfs_in_kernel.c +++ b/release/write_mfs_in_kernel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: write_mfs_in_kernel.c,v 1.3 1997/02/22 14:10:31 peter Exp $ + * $Id: write_mfs_in_kernel.c,v 1.4 1997/09/18 18:27:34 phk Exp $ * * This program patches a filesystem into a kernel made with MFS_ROOT * option. |
