diff options
Diffstat (limited to 'release')
214 files changed, 218 insertions, 221 deletions
diff --git a/release/Makefile b/release/Makefile index 9bed84d1ebd5a..f04107fd9f80b 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 40cacc999f518..12b58cde67138 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 9ee433f074385..b5f192074b519 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 a985c1f8dac6a..a528075539e7f 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 b8887cbc0a087..4681bfebdeb23 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 d8bc5dc89ba17..ba6062909e500 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 58d347c942014..57643b666a9d2 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 9ba009fcbf3c0..217686bc76279 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 a45003171390b..9cb70f31e9848 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 e5c6c2f49a6f1..7724bac9f0764 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 c4159eb0dfead..ce4974fb83c5f 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 9354aadb1e83a..3a60999966fc3 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 34b729dc95fd4..9777658db52ca 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 4be01f8f414e9..cc6e22c907299 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 574a61f4cfc71..8f201c8121ae4 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 c47bae8d53275..0f8b8c5e9dfa2 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 3558ddd0a7610..7b6d3b87c60c1 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 8418e146a702e..c67b871b42b5f 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 9361a33c2f9e9..48890d10f4744 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 a25854db5cb8e..b9d4f33ca12dd 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 0856c69dc0345..b8505b5b106f7 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 7e8ee67659241..f61015b20ee08 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 d5a0361e20f21..227bbc3323fef 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 299c9406fb40d..8c1d3efef86d1 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 bc31940c79b67..f0ab25195e16c 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 23b5d8ee8d980..ebf6322e6c012 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 2d65e8441d937..b84e44a5125dd 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 b0659b611f5a8..fc6b5c253e826 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 f88b8fcbc001e..5b9108cabc1d4 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 ca72b639d7095..8882ede63c7d0 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 037ed4ecd1919..c9ca6c0713959 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 de53bbbc64b72..c0a4901fb850d 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 d59befd5a0c8c..7e726a4960607 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 aca4e46605b34..f364ed837d95f 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 28a0bda34f275..00dd58f6a2a46 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 8a0e806c1e02a..02a76c371942c 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 ff32f44933393..6794500ac53b1 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 196f32bc6df25..690f32a5387fa 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 61dfd2f76b33e..a325650e980c5 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 a99ac6d46c559..3ec4d9785be16 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 50dc6e875b6e2..423ffff4db162 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 c373f5b10805f..57a54e3ea70e4 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 1843c29d4a267..d273c3bcec6f3 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 8fff72917e4cf..55de91abe7988 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 d462b9f84089c..41f1fd325fbf7 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 44f3b75de1b9a..db09d415e6862 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 ddfb8cc6c3cd9..63322928ef04d 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 9e0318a62b38b..11aafac88e914 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 cbd065c8c21e5..5e1d64325494f 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 8192f02a0cb23..526713d7a077d 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 ae74b8489f827..b15f62d845636 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 2eb29cee525d2..3816f413e89c0 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 1a86d587f67c8..4527cdf459865 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 2954695f6481a..8e0b0e5b64322 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 7225603a5039a..1753a2a931191 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 dc4ca55aba3cc..2d3a36906c31f 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 0b69b6b7b6633..5d9fc05d548cc 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 3b8ff78b38111..7cdcb553b3dc9 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 af4b903f642e7..2bb1f9b5b60ad 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 952225f6423d1..d0718a941dd0c 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 eeb626fad3597..bbaa3b6622888 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 390e39172e2a7..22381c39547e9 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 1be00591c9d90..4852daf69cd53 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 00fe5a2b2058d..c67b871b42b5f 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 9361a33c2f9e9..ef2d67421f9d7 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 25d97d045002e..f61015b20ee08 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 4ba5d30096bdb..249218ef49fb0 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 840377b7c3d1d..9eb1c8db1ae63 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 e4afb80301bd2..fc6b5c253e826 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 39973af58ff8a..5b9108cabc1d4 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 718345ac51bca..cdf15a29a5a37 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 d3690934e342a..6e11397a71d71 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 036f6c525405a..09996dc54311c 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 28ef3981dc176..aa1ae8c927655 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 ad135e31ab194..373b6970e32ce 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 e0abec2a1d6b6..5c58b4c20b640 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 3aa476b1d07cd..22f4e6ea3c8c2 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 38e0e3156e1d3..373480e0f0d43 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 0002d884e6f8b..57a54e3ea70e4 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 ed0a3f6d875eb..4a006565d54a2 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 a821d4c9df561..29e4ebc9719cf 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 1b2c52358c910..ad1459a64ab75 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 a7c4d84ae0c22..bf73a6641991a 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 1703df59b67c2..2a6fc5075d2cc 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 06f74873e7a82..e40ab593a38ad 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 2a6127c30da51..4209ea19f87a5 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 8ee9026bb1253..156c7e5e7db46 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 f58a107b75da0..198ec935d3aad 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 aa356f7231857..3f43505c91da2 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 07768737d4e9f..6d1f092a7cac2 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 8e0451e1d2d74..88b7c124ba811 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 68f5f55c0550d..f1757a4841dd3 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 9fa02ad56167a..9b3a3fe4d1854 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 8a5055d5701ee..40a87d1dc5c91 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 fe9491eca77ed..a584f3b9ec518 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 761d36c7780a7..522c1811553a0 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 0d9b81eaea31d..c3563eae8767b 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 c13166e767612..2e2208cb9eb01 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 f5e0a53563e8c..0520501bf0709 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 03d2bc6d664d0..81b4e0b45353c 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 61c4066677533..c4cdac8b90001 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 295a882dfc7a6..7fb1c64044dbe 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 b6ffb6686186c..73d584b675e72 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 9c0fab6bb65df..3079c94d9604e 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 d19f3367a6f2d..3900fabee0d53 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 1a7acfdf86d09..1b0f104a51391 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 b2cb6499cf172..fe9223b69f874 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 cf6e1b131b427..9e9318eea44e6 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 3055d05356f6f..24d3057ba4dfd 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 4681e7483cffc..8e4f93fcfb7b1 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 74e7f8ba321b6..98d1262a7656f 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 bd33b5e9d02d9..f0c5cfe9471a1 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 d8df91f67777d..a82a852c9ad54 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 77d5806090db3..33445afbdbe0a 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 445716c89eaf8..91fc3e8a992f3 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 cf4c538e02c30..6c1d74f668da8 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 caa56994130b5..36ad26c7fdc3f 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 12e130af35841..de9011f6b4f86 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 0db95891a7ebf..2a40bff8e54fa 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 0a3e3d2f7c95d..92a739678c7ca 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 7c2abf43531fd..c463e174b768e 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 8e3f7268aea8f..7153c5be585be 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 6b7d0ff8dae6d..f2af8868745ef 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 eef83a191fc25..d74ecbad93f0c 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 f130c3f2c61ba..ccd644dfe3301 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 7f6ecc6311efc..cc471b1dce37a 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 ee7614ddbcedb..349cf521e2095 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 686eec6aa1a25..bd4968d22bc5d 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 1f316ae1f6c7c..709f39bceaea4 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 2955a7d6e57f5..d24da1e19f137 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 894f70b257a24..e5e8ef2d504ae 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 c4ad1c69932e6..468b3a57f4ddb 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 e55ba62611767..ef6b6efa7d8ef 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 664d03c0a4c7a..cf61c9e2001a3 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 8fd9af3e571da..33798e7d868b7 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 b76b456be6ec0..c99b600d2b513 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 760af8b53ce7f..80b600b9b22e3 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 bbd2cce721a35..7004bc4d1108d 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 0b567797b50a3..dd79e553a5900 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 ededf1f29db42..b999411f8f121 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 5c49a04c6d390..03a0047753fb2 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 ba9fe16aa7b0c..ecae895173fa9 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 967356dc542b4..2e2aee7a8e8eb 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 764bd9b2a3504..a7bd46ca3ed6b 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 5de8c7c0e1b3c..eec05e5274caf 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 37bac7d929884..277b05f8dfafe 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 f3dc41080a45e..9165d26d9b0ed 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 4a455a6be58c8..fc08711f60d66 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 07cb5bd43c034..b183972c634b8 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 e8dd253e6dcbe..05c561e43479e 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 92b7c5409011c..40631a8c45913 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 a295f499d6c44..2452ca91b5c4a 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 1bf70bdaf3432..bed9938330c30 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 8527887f3f5d3..1c36b52bc7975 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 dd5f9fdaa679e..a73d2bf99f892 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 4ce8e9380de61..8e7c55ba3284e 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 c8969bdf8e9a0..d8fef97891926 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 771ddaaf88dfd..6ace9bbb672c8 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 8685eae676404..acedd35782acd 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 f676e7aa14da4..11ca8322f15e3 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 1a2c611b67276..c3380277bf776 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 0255a6b5bec1a..8c7d1f170054d 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 9e64474990b17..1c28b7296b2b6 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 e4d72c1a17d09..3a381b9983662 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 cd744952f76f6..8e089d8916cf3 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 71427e368e1d8..1cdfa9ec436d5 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 5de11b962eba7..1b8e9353312ac 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 402fe905d4b13..5066dd8e7ef16 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 9a871096de489..3fba48c79d518 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 45b96e97bf575..6b6b32eb100d0 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 59d48593ea5f4..4a8d6b35cc399 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 011520211dbf4..4f52692886d13 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 b14f913d706bc..f7f73ec333384 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 366705c1ebf1a..bf371b3a29795 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 929e9e773e120..fb52fd21645ca 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 7b7261d23b43f..bbde0eff78afc 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 11b6470a9ed71..45b8cc1e01d6d 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 8d289e4207fcd..3407f1bf2e80a 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 aed5636c63acd..de7a0046115cc 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 1ea79f8da0235..a13e51c6f8893 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 9d82f262863a9..8942937e53316 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 a11122ab811d5..91249f7a3ad66 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 f3b210fa5db91..dae4062a79e76 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 4f1e542e86b16..8845c6c278f32 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 72aecb1c88e31..55140e705df5d 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 0cb66db6fcfb3..f8e6f76cfc15c 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 2668bc816ff60..c2682bb5cb7e6 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 f3fcbd8609b41..962ec51d91e76 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 459f4cbe28609..5d64d56b91c0f 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 c4f095da6bea5..e8aea4379c3a7 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 9d47b0a3981d3..8f5ffb4c015fc 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 8004acae264c4..2d3da610023a2 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 05a9fd56b78d6..e9bfd7af3ccf7 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 9f6c812d45eea..c4d48a241e797 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 6ed8d2b31f1ee..f890c2d85c46d 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 d5360776e811b..c431222fbe356 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 bb00639028d3c..ed331ae22ea93 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 4aa01b87b5e28..f9f3cf1f26f7c 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 e61b7679d2411..d842ccb8a18cc 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 c3b6cdb4c690e..ae93fb115f987 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 aeb1dc0fc584e..c11a5195ac981 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 6d5fb3c53c6d0..f2ffccdf59137 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 a1991a254747e..78687aaed8580 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 c3e3bf13b2507..0f51817a7faa9 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 aa3e4c467c69b..98d7fa62bfad9 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 35777f80e982c..3912aaa1abcb1 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 cecb1e34f5a6c..010d7f0f08101 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 995a0fe0d154e..0d6d1a22b11c7 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 b30d52e5d3019..697d827c1e764 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 73c06676d6ceb..4914522070c56 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 680a5430c87c6..ef140162a43f0 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 ab39a47a16220..47de4a317305a 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 000966616993c..c099c3de5994a 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 93934de995cf8..e27003186d7db 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. |