diff options
-rw-r--r-- | release/picobsd/dial/floppy.tree/etc/resolv.conf | 3 | ||||
-rw-r--r-- | release/picobsd/help/dmesg.hlp.en | 5 | ||||
-rw-r--r-- | release/picobsd/help/dmesg.hlp.pl | 5 | ||||
-rw-r--r-- | release/picobsd/isp/floppy.tree/etc/hosts | 5 | ||||
-rw-r--r-- | release/picobsd/isp/floppy.tree/etc/motd | 12 | ||||
-rw-r--r-- | release/picobsd/isp/floppy.tree/etc/rc | 62 | ||||
-rw-r--r-- | release/picobsd/isp/floppy.tree/etc/rc.conf | 25 | ||||
-rw-r--r-- | release/picobsd/isp/floppy.tree/etc/resolv.conf | 3 | ||||
-rw-r--r-- | release/picobsd/net/floppy.tree/etc/hosts | 5 | ||||
-rw-r--r-- | release/picobsd/net/floppy.tree/etc/motd | 12 | ||||
-rw-r--r-- | release/picobsd/net/floppy.tree/etc/rc | 62 | ||||
-rw-r--r-- | release/picobsd/net/floppy.tree/etc/rc.conf | 25 | ||||
-rw-r--r-- | release/picobsd/net/floppy.tree/etc/resolv.conf | 3 | ||||
-rw-r--r-- | release/picobsd/router/floppy.tree/etc/hosts | 5 | ||||
-rw-r--r-- | release/picobsd/router/floppy.tree/etc/motd | 11 | ||||
-rw-r--r-- | release/picobsd/router/floppy.tree/etc/rc | 18 | ||||
-rw-r--r-- | release/picobsd/router/floppy.tree/etc/rc.conf | 25 | ||||
-rw-r--r-- | release/picobsd/router/floppy.tree/etc/resolv.conf | 3 |
18 files changed, 10 insertions, 279 deletions
diff --git a/release/picobsd/dial/floppy.tree/etc/resolv.conf b/release/picobsd/dial/floppy.tree/etc/resolv.conf deleted file mode 100644 index d273c3b..0000000 --- a/release/picobsd/dial/floppy.tree/etc/resolv.conf +++ /dev/null @@ -1,3 +0,0 @@ -# $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/help/dmesg.hlp.en b/release/picobsd/help/dmesg.hlp.en new file mode 100644 index 0000000..b55e690 --- /dev/null +++ b/release/picobsd/help/dmesg.hlp.en @@ -0,0 +1,5 @@ +[1mdmesg[m display kernel message buffer contents + + Usage: + + dmesg | more diff --git a/release/picobsd/help/dmesg.hlp.pl b/release/picobsd/help/dmesg.hlp.pl new file mode 100644 index 0000000..544c6ca --- /dev/null +++ b/release/picobsd/help/dmesg.hlp.pl @@ -0,0 +1,5 @@ +[1mdmesg[m wyświetl zawartość bufora komunikatów + + Sposób użycia: + + dmesg | more diff --git a/release/picobsd/isp/floppy.tree/etc/hosts b/release/picobsd/isp/floppy.tree/etc/hosts deleted file mode 100644 index 5b9108c..0000000 --- a/release/picobsd/isp/floppy.tree/etc/hosts +++ /dev/null @@ -1,5 +0,0 @@ -# $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 -127.0.0.1 pico.mydomain.org.pl diff --git a/release/picobsd/isp/floppy.tree/etc/motd b/release/picobsd/isp/floppy.tree/etc/motd deleted file mode 100644 index 8efbc7f..0000000 --- a/release/picobsd/isp/floppy.tree/etc/motd +++ /dev/null @@ -1,12 +0,0 @@ -======================================================= - [31m)\_)\[37m -PicoBSD 0.42 (ISP-alpha) [31m([37m[1mo,o[m[31m)[37m - [32m__ [31m\~/[37m -Witamy w PicoBSD! [32m-->=[41m===[40m[31m\[37m - [32m~~[37m [31md d[37m -W glownym katalogu w pliku README znajdziesz [35mpico[37m -krotki opis systemu. Mozesz go obejrzec przy pomocy -"more /README". - -Wiecej informacji znajdziesz u autora (abial@nask.pl). - diff --git a/release/picobsd/isp/floppy.tree/etc/rc b/release/picobsd/isp/floppy.tree/etc/rc deleted file mode 100644 index bcb8c2b..0000000 --- a/release/picobsd/isp/floppy.tree/etc/rc +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh -# $Id: rc.pl,v 1.2 1998/09/26 17:27:22 abial Exp $ -############################################ -### Special setup for one floppy PICOBSD ### -### THIS IS NOT THE NORMAL /etc/rc !!!!! ### -############################################ -mount -a -t nonfs -if [ -f /etc/rc.conf ]; then - . /etc/rc.conf -fi -rm -f /var/run/* -if [ "x$swapfile" != "xNO" -a -w "$swapfile" -a -b /dev/vn0b ]; then - echo "Dodaje $swapfile jako dodatkowy swap." - vnconfig /dev/vn0b $swapfile && swapon /dev/vn0b -fi -# configure serial devices -if [ -f /etc/rc.serial ]; then - . /etc/rc.serial -fi -# start up the initial network configuration. -if [ -f /etc/rc.network ]; then - . /etc/rc.network - network_pass1 -fi -mount -a -t nfs -# clean up left-over files -(cd /var/run && { cp /dev/null utmp; chmod 644 utmp; }) -if [ -n "$network_pass1_done" ]; then - network_pass2 -fi -if [ -n "$network_pass2_done" ]; then - network_pass3 -fi -if [ "X${inetd_enable}" = X"YES" ]; then - echo "Uruchamiam inetd."; inetd ${inetd_flags} -fi -if [ "X${snmpd_enable}" = X"YES" ]; then - echo "Uruchamiam snmpd."; snmpd ${snmpd_flags} -fi - -dev_mkdb - -echo '' -if [ "x$swapfile" = "xNO" ]; then - echo "UWAGA: brak swapu!" - echo "Nie uruchamiaj zbyt wielu programow na raz..." -fi -echo '' -echo '' -echo '+------------ PicoBSD 0.42 (ISP) --------------+' -echo '| |' -echo '| Zaloguj sie jako "root" (haslo "setup"). |' -echo '| |' -echo '| Ta wersja PicoBSD w pelni podlega |' -echo '| licencji BSD. Po wiecej szczegolow zajrzyj |' -echo '| na http://www.freebsd.org/~picobsd, lub |' -echo '| skontaktuj sie z autorem. |' -echo '| |' -echo '| abial@nask.pl |' -echo '| |' -echo '+----------------------------------------------+' -exit 0 diff --git a/release/picobsd/isp/floppy.tree/etc/rc.conf b/release/picobsd/isp/floppy.tree/etc/rc.conf deleted file mode 100644 index aa1ae8c..0000000 --- a/release/picobsd/isp/floppy.tree/etc/rc.conf +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# $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: ### -hostname="pico.mydomain.org.pl" # Set this! -firewall="NO" # firewall type (see /etc/rc.firewall) or NO -tcp_extensions="NO" # Allow RFC1323 & RFC1644 extensions (or NO). -network_interfaces="lo0" # List of network interfaces (lo0 is loopback). -ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. -#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. -### Network daemons options: ### -inetd_enable="YES" # Run the network daemon dispatcher (or NO) -inetd_flags="" # Optional flags to inetd -snmpd_enable="YES" # Run the SNMP daemon (or NO) -snmpd_flags="-C -c /etc/snmpd.conf" # Optional flags to snmpd -### Network routing options: ### -defaultrouter="NO" # Set to default gateway (or NO). -static_routes="" # Set to static route list (or leave empty). -gateway_enable="NO" # Set to YES if this host will be a gateway. -arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL. -### Allow local configuration override at the very end here ## -if [ -f /etc/rc.conf.local ]; then - . /etc/rc.conf.local -fi diff --git a/release/picobsd/isp/floppy.tree/etc/resolv.conf b/release/picobsd/isp/floppy.tree/etc/resolv.conf deleted file mode 100644 index 4a00656..0000000 --- a/release/picobsd/isp/floppy.tree/etc/resolv.conf +++ /dev/null @@ -1,3 +0,0 @@ -# $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/net/floppy.tree/etc/hosts b/release/picobsd/net/floppy.tree/etc/hosts deleted file mode 100644 index c3563ea..0000000 --- a/release/picobsd/net/floppy.tree/etc/hosts +++ /dev/null @@ -1,5 +0,0 @@ -# $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 -127.0.0.1 pico.mydomain.org.pl diff --git a/release/picobsd/net/floppy.tree/etc/motd b/release/picobsd/net/floppy.tree/etc/motd deleted file mode 100644 index 547a068..0000000 --- a/release/picobsd/net/floppy.tree/etc/motd +++ /dev/null @@ -1,12 +0,0 @@ -======================================================= - [31m)\_)\[37m -PicoBSD 0.42 (NET) [31m([37m[1mo,o[m[31m)[37m - [32m__ [31m\~/[37m -Witamy w PicoBSD! [32m-->=[41m===[40m[31m\[37m - [32m~~[37m [31md d[37m -W glownym katalogu w pliku README znajdziesz [35mpico[37m -krotki opis systemu. Mozesz go obejrzec przy pomocy -"more /README". - -Wiecej informacji znajdziesz u autora (abial@nask.pl). - diff --git a/release/picobsd/net/floppy.tree/etc/rc b/release/picobsd/net/floppy.tree/etc/rc deleted file mode 100644 index 05c5f4f..0000000 --- a/release/picobsd/net/floppy.tree/etc/rc +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh -# $Id: rc.pl,v 1.2 1998/09/26 17:27:24 abial Exp $ -############################################ -### Special setup for one floppy PICOBSD ### -### THIS IS NOT THE NORMAL /etc/rc !!!!! ### -############################################ -mount -a -t nonfs -if [ -f /etc/rc.conf ]; then - . /etc/rc.conf -fi -rm -f /var/run/* -if [ "x$swapfile" != "xNO" -a -w "$swapfile" -a -b /dev/vn0b ]; then - echo "Dodaje $swapfile jako dodatkowy swap." - vnconfig /dev/vn0b $swapfile && swapon /dev/vn0b -fi -# configure serial devices -if [ -f /etc/rc.serial ]; then - . /etc/rc.serial -fi -# start up the initial network configuration. -if [ -f /etc/rc.network ]; then - . /etc/rc.network - network_pass1 -fi -mount -a -t nfs -# clean up left-over files -(cd /var/run && { cp /dev/null utmp; chmod 644 utmp; }) -if [ -n "$network_pass1_done" ]; then - network_pass2 -fi -if [ -n "$network_pass2_done" ]; then - network_pass3 -fi -if [ "X${inetd_enable}" = X"YES" ]; then - echo "Uruchamiam inetd."; inetd ${inetd_flags} -fi -if [ "X${snmpd_enable}" = X"YES" ]; then - echo "Uruchamiam snmpd."; snmpd ${snmpd_flags} -fi - -dev_mkdb - -echo '' -if [ "x$swapfile" = "xNO" ]; then - echo "UWAGA: brak swapu!" - echo "Nie uruchamiaj zbyt wielu programow na raz..." -fi -echo '' -echo '' -echo '+------------ PicoBSD 0.42 (NET) --------------+' -echo '| |' -echo '| Zaloguj sie jako "root" (haslo "setup"). |' -echo '| |' -echo '| Ta wersja PicoBSD w pelni podlega |' -echo '| licencji BSD. Po wiecej szczegolow zajrzyj |' -echo '| na http://www.freebsd.org/~picobsd, lub |' -echo '| skontaktuj sie z autorem. |' -echo '| |' -echo '| abial@nask.pl |' -echo '| |' -echo '+----------------------------------------------+' -exit 0 diff --git a/release/picobsd/net/floppy.tree/etc/rc.conf b/release/picobsd/net/floppy.tree/etc/rc.conf deleted file mode 100644 index c4cdac8..0000000 --- a/release/picobsd/net/floppy.tree/etc/rc.conf +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# $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: ### -hostname="pico.mydomain.org.pl" # Set this! -firewall="NO" # firewall type (see /etc/rc.firewall) or NO -tcp_extensions="NO" # Allow RFC1323 & RFC1644 extensions (or NO). -network_interfaces="lo0" # List of network interfaces (lo0 is loopback). -ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. -#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. -### Network daemons options: ### -inetd_enable="YES" # Run the network daemon dispatcher (or NO) -inetd_flags="" # Optional flags to inetd -snmpd_enable="YES" # Run the SNMP daemon (or NO) -snmpd_flags="-C -c /etc/snmpd.conf" # Optional flags to snmpd -### Network routing options: ### -defaultrouter="NO" # Set to default gateway (or NO). -static_routes="" # Set to static route list (or leave empty). -gateway_enable="NO" # Set to YES if this host will be a gateway. -arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL. -### Allow local configuration override at the very end here ## -if [ -f /etc/rc.conf.local ]; then - . /etc/rc.conf.local -fi diff --git a/release/picobsd/net/floppy.tree/etc/resolv.conf b/release/picobsd/net/floppy.tree/etc/resolv.conf deleted file mode 100644 index fe9223b..0000000 --- a/release/picobsd/net/floppy.tree/etc/resolv.conf +++ /dev/null @@ -1,3 +0,0 @@ -# $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/router/floppy.tree/etc/hosts b/release/picobsd/router/floppy.tree/etc/hosts deleted file mode 100644 index d74ecba..0000000 --- a/release/picobsd/router/floppy.tree/etc/hosts +++ /dev/null @@ -1,5 +0,0 @@ -# $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 -127.0.0.1 pico.mydomain.org.pl diff --git a/release/picobsd/router/floppy.tree/etc/motd b/release/picobsd/router/floppy.tree/etc/motd deleted file mode 100644 index 41b2fb6..0000000 --- a/release/picobsd/router/floppy.tree/etc/motd +++ /dev/null @@ -1,11 +0,0 @@ -======================================================= - [31m)\_)\[37m -PicoBSD 0.42 (ROUTER) [31m([37m[1mo,o[m[31m)[37m - [32m__ [31m\~/[37m -Witamy w PicoBSD! [32m-->=[41m===[40m[31m\[37m - [32m~~[37m [31md d[37m -Dokumentacja systemu znajduje sie na [35mpico[37m -http://www.freebsd.org/~picobsd/. - -Wiecej informacji znajdziesz u autora (abial@nask.pl). - diff --git a/release/picobsd/router/floppy.tree/etc/rc b/release/picobsd/router/floppy.tree/etc/rc deleted file mode 100644 index 13716d4..0000000 --- a/release/picobsd/router/floppy.tree/etc/rc +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# $Id: rc.pl,v 1.2 1998/09/26 17:27:26 abial Exp $ -### Special setup for one floppy PICOBSD ### -ifconfig lo0 inet 127.0.0.1 netmask 0xffffff00 -hostname pico -echo "" -echo "" -echo '+----------- PicoBSD 0.42 (ROUTER) ------------+' -echo '| |' -echo '| Ta wersja PicoBSD podlega w pelni licencji |' -echo '| BSD. Wiecej informacji mozna znalezc na |' -echo '| http://www.freebsd.org/~picobsd, lub u |' -echo '| autora. |' -echo '| |' -echo '| abial@nask.pl |' -echo '| |' -echo '+----------------------------------------------+' -echo "" diff --git a/release/picobsd/router/floppy.tree/etc/rc.conf b/release/picobsd/router/floppy.tree/etc/rc.conf deleted file mode 100644 index 84e6fc9..0000000 --- a/release/picobsd/router/floppy.tree/etc/rc.conf +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# $Id: rc.conf,v 1.2 1998/08/10 19:17:49 abial Exp $ -swapfile="NO" # Set to name of swapfile if aux swapfile desired. -### Network configuration sub-section ###################### -### Basic network options: ### -hostname="pico.mydomain.org.pl" # Set this! -firewall="NO" # firewall type (see /etc/rc.firewall) or NO -tcp_extensions="NO" # Allow RFC1323 & RFC1644 extensions (or NO). -network_interfaces="lo0" # List of network interfaces (lo0 is loopback). -ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. -#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. -### Network daemons options: ### -inetd_enable="YES" # Run the network daemon dispatcher (or NO) -inetd_flags="" # Optional flags to inetd -snmpd_enable="YES" # Run the SNMP daemon (or NO) -snmpd_flags="-C -c /etc/snmpd.conf" # Optional flags to snmpd -### Network routing options: ### -defaultrouter="NO" # Set to default gateway (or NO). -static_routes="" # Set to static route list (or leave empty). -gateway_enable="NO" # Set to YES if this host will be a gateway. -arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL. -### Allow local configuration override at the very end here ## -if [ -f /etc/rc.conf.local ]; then - . /etc/rc.conf.local -fi diff --git a/release/picobsd/router/floppy.tree/etc/resolv.conf b/release/picobsd/router/floppy.tree/etc/resolv.conf deleted file mode 100644 index d24da1e..0000000 --- a/release/picobsd/router/floppy.tree/etc/resolv.conf +++ /dev/null @@ -1,3 +0,0 @@ -# $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 |