summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-09-26 17:27:26 +0000
committerabial <abial@FreeBSD.org>1998-09-26 17:27:26 +0000
commit4b94d1ed411a7c747c39ed6aebb1a235564bac43 (patch)
tree414ad835a10daac980ec7b010de9461b22fdaa30
parent9e3c7f6465df86c72f2de3fe0e1cdec6d558aa5f (diff)
downloadFreeBSD-src-4b94d1ed411a7c747c39ed6aebb1a235564bac43.zip
FreeBSD-src-4b94d1ed411a7c747c39ed6aebb1a235564bac43.tar.gz
Small rearrangements for a bugfix release 0.41.
-rw-r--r--release/picobsd/Version2
-rwxr-xr-xrelease/picobsd/build/populate16
-rwxr-xr-xrelease/picobsd/build/stage320
-rw-r--r--release/picobsd/dial/floppy.tree/etc/rc.network2
-rw-r--r--release/picobsd/dial/floppy.tree/etc/resolv.conf2
-rw-r--r--release/picobsd/dial/lang/README.en4
-rw-r--r--release/picobsd/dial/lang/README.pl4
-rw-r--r--release/picobsd/dial/lang/boot.help.en2
-rw-r--r--release/picobsd/dial/lang/boot.help.pl2
-rw-r--r--release/picobsd/dial/lang/motd.en2
-rw-r--r--release/picobsd/dial/lang/motd.pl2
-rw-r--r--release/picobsd/dial/lang/rc.en4
-rw-r--r--release/picobsd/dial/lang/rc.pl4
-rw-r--r--release/picobsd/isp/conf/PICOBSD4
-rw-r--r--release/picobsd/isp/floppy.tree/etc/hosts2
-rw-r--r--release/picobsd/isp/floppy.tree/etc/motd2
-rw-r--r--release/picobsd/isp/floppy.tree/etc/rc4
-rw-r--r--release/picobsd/isp/floppy.tree/etc/rc.conf2
-rw-r--r--release/picobsd/isp/floppy.tree/etc/rc.network2
-rw-r--r--release/picobsd/isp/floppy.tree/etc/resolv.conf2
-rw-r--r--release/picobsd/isp/floppy.tree/etc/snmpd.conf87
-rw-r--r--release/picobsd/isp/lang/README.en2
-rw-r--r--release/picobsd/isp/lang/README.pl2
-rw-r--r--release/picobsd/isp/lang/motd.en2
-rw-r--r--release/picobsd/isp/lang/motd.pl2
-rw-r--r--release/picobsd/isp/lang/rc.en4
-rw-r--r--release/picobsd/isp/lang/rc.pl4
-rw-r--r--release/picobsd/net/floppy.tree/etc/hosts2
-rw-r--r--release/picobsd/net/floppy.tree/etc/motd2
-rw-r--r--release/picobsd/net/floppy.tree/etc/rc4
-rw-r--r--release/picobsd/net/floppy.tree/etc/rc.conf2
-rw-r--r--release/picobsd/net/floppy.tree/etc/rc.network2
-rw-r--r--release/picobsd/net/floppy.tree/etc/resolv.conf2
-rw-r--r--release/picobsd/net/floppy.tree/etc/snmpd.conf91
-rw-r--r--release/picobsd/net/lang/README.en2
-rw-r--r--release/picobsd/net/lang/README.pl2
-rw-r--r--release/picobsd/net/lang/motd.en2
-rw-r--r--release/picobsd/net/lang/motd.pl2
-rw-r--r--release/picobsd/net/lang/rc.en4
-rw-r--r--release/picobsd/net/lang/rc.pl4
-rw-r--r--release/picobsd/router/floppy.tree/etc/hosts2
-rw-r--r--release/picobsd/router/floppy.tree/etc/motd7
-rw-r--r--release/picobsd/router/floppy.tree/etc/rc4
-rw-r--r--release/picobsd/router/floppy.tree/etc/resolv.conf2
-rw-r--r--release/picobsd/router/floppy.tree/etc/snmpd.conf45
-rw-r--r--release/picobsd/router/lang/README.en2
-rw-r--r--release/picobsd/router/lang/README.pl2
-rw-r--r--release/picobsd/router/lang/motd.en2
-rw-r--r--release/picobsd/router/lang/motd.pl2
-rw-r--r--release/picobsd/router/lang/rc.en4
-rw-r--r--release/picobsd/router/lang/rc.pl4
51 files changed, 192 insertions, 192 deletions
diff --git a/release/picobsd/Version b/release/picobsd/Version
index bd73f47..210996f 100644
--- a/release/picobsd/Version
+++ b/release/picobsd/Version
@@ -1 +1 @@
-0.4
+VER=0.41
diff --git a/release/picobsd/build/populate b/release/picobsd/build/populate
index 066ab33..82f3646 100755
--- a/release/picobsd/build/populate
+++ b/release/picobsd/build/populate
@@ -1,8 +1,10 @@
#!/bin/sh
#
-# $Id: populate,v 1.4 1998/09/07 19:00:15 abial Exp $
+# $Id: populate,v 1.5 1998/09/19 21:44:42 abial Exp $
#
+. ../Version
+
pwd=`pwd`
echo "-> Populating MFS tree..."
@@ -20,13 +22,19 @@ then
fi
if [ "${TYPE}" = "router" ]
then
- cp ../lang/mfs.rc.${LANGUAGE} /mnt/etc/oinit.rc
+ cat ../lang/mfs.rc.${LANGUAGE}| \
+ sed -e "s/@VER@/${VER}/g" > \
+ /mnt/etc/oinit.rc
else
- cp ../lang/mfs.rc.${LANGUAGE} /mnt/etc/rc
+ cat ../lang/mfs.rc.${LANGUAGE} | \
+ sed -e "s/@VER@/${VER}/g" > \
+ /mnt/etc/rc
cp login.conf /mnt/etc/login.conf
cp ../lang/reboot.${LANGUAGE} /mnt/stand/reboot
ln -f /mnt/stand/reboot /mnt/stand/shutdown
- cp ../lang/README.${LANGUAGE} /mnt/README
+ cat ../lang/README.${LANGUAGE} | \
+ sed -e "s/@VER@/${VER}/g" > \
+ /mnt/README
fi
cp ../lang/update.${LANGUAGE} /mnt/stand/update
if [ "${TYPE}" = "dial" ]
diff --git a/release/picobsd/build/stage3 b/release/picobsd/build/stage3
index 90e61a0..04b1db3 100755
--- a/release/picobsd/build/stage3
+++ b/release/picobsd/build/stage3
@@ -1,10 +1,12 @@
#! /bin/sh -
#
-# $Id: stage3,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
+# $Id: stage3,v 1.2 1998/08/31 13:35:06 abial Exp $
#
set -e
+. ../Version
+
if [ ! -f kernel.kz ]; then
echo "-> ERROR: you must build kernel.kz first"
exit 1
@@ -49,16 +51,24 @@ cd ../${TYPE}/floppy.tree
echo "-> Copying language dependent files..."
for i in hosts motd rc resolv.conf
do
- cp ../lang/${i}.${LANGUAGE} etc/${i}
+ cat ../lang/${i}.${LANGUAGE} | \
+ sed -e "s/@VER@/${VER}/g" > \
+ etc/${i}
done
if [ "${TYPE}" != "router" ]
then
- cp ../lang/rc.conf.${LANGUAGE} etc/rc.conf
- cp ../lang/rc.network.${LANGUAGE} etc/rc.network
+ cat ../lang/rc.conf.${LANGUAGE} | \
+ sed -e "s/@VER@/${VER}/g" > \
+ etc/rc.conf
+ cat ../lang/rc.network.${LANGUAGE}| \
+ sed -e "s/@VER@/${VER}/g" > \
+ etc/rc.network
fi
echo "-> Populating floppy filesystem..."
-cp ../lang/boot.help.${LANGUAGE} /mnt/boot.help
+cat ../lang/boot.help.${LANGUAGE} | \
+ sed -e "s/@VER@/${VER}/g" > \
+ /mnt/boot.help
cp -pr . /mnt
rm -rf /mnt/CVS /mnt/etc/CVS /mnt/etc/ppp/CVS
if [ "${TYPE}" = "dial" ]
diff --git a/release/picobsd/dial/floppy.tree/etc/rc.network b/release/picobsd/dial/floppy.tree/etc/rc.network
index 7254f28..690f32a 100644
--- a/release/picobsd/dial/floppy.tree/etc/rc.network
+++ b/release/picobsd/dial/floppy.tree/etc/rc.network
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $Id: rc.network,v 1.7 1998/08/19 07:06:13 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/floppy.tree/etc/resolv.conf b/release/picobsd/dial/floppy.tree/etc/resolv.conf
index e0de67e..d273c3b 100644
--- a/release/picobsd/dial/floppy.tree/etc/resolv.conf
+++ b/release/picobsd/dial/floppy.tree/etc/resolv.conf
@@ -1,3 +1,3 @@
-# $Id: resolv.conf,v 1.7 1998/08/19 07:06:13 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/README.en b/release/picobsd/dial/lang/README.en
index 04a0b2e..6e833a1 100644
--- a/release/picobsd/dial/lang/README.en
+++ b/release/picobsd/dial/lang/README.en
@@ -1,6 +1,6 @@
1998.07.22, Warsaw, Poland
- PicoBSD 0.4 (DIALUP flavor)
+ PicoBSD @VER@ (DIALUP flavor)
---------------------------
@@ -71,4 +71,4 @@ Have fun!
Andrzej Bialecki <abial@nask.pl>
-$Id: README.en,v 1.3 1998/08/10 19:07:52 abial Exp $
+$Id: README.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
diff --git a/release/picobsd/dial/lang/README.pl b/release/picobsd/dial/lang/README.pl
index 49c1149..47a38ba 100644
--- a/release/picobsd/dial/lang/README.pl
+++ b/release/picobsd/dial/lang/README.pl
@@ -1,6 +1,6 @@
1998.07.23, Warszawa
- PicoBSD 0.4 (wersja DIALUP)
+ PicoBSD @VER@ (wersja DIALUP)
---------------------------
Co to jest PicoBSD?
@@ -69,4 +69,4 @@ Miłej zabawy!
Andrzej Białecki <abial@nask.pl>
-$Id: README.pl,v 1.3 1998/08/10 19:07:52 abial Exp $
+$Id: README.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
diff --git a/release/picobsd/dial/lang/boot.help.en b/release/picobsd/dial/lang/boot.help.en
index 714fbcb..ecc3fa4 100644
--- a/release/picobsd/dial/lang/boot.help.en
+++ b/release/picobsd/dial/lang/boot.help.en
@@ -4,7 +4,7 @@
The system is coming up, please wait.
+--------------------------------------------------------------------------+
- This is special version of FreeBSD-3.0, called PicoBSD (v.0.4).
+ This is special version of FreeBSD-3.0, called PicoBSD (v.@VER@).
It allows you to connect to the Internet via dialup connection (using PPP)
or via Ethernet card.
diff --git a/release/picobsd/dial/lang/boot.help.pl b/release/picobsd/dial/lang/boot.help.pl
index a161255..0edf7ce 100644
--- a/release/picobsd/dial/lang/boot.help.pl
+++ b/release/picobsd/dial/lang/boot.help.pl
@@ -4,7 +4,7 @@
Prosze czekac. Trwa uruchamianie systemu.
+----------------------------------------------------------------------+
- To jest specjalna wersja FreeBSD-3.0, zwana PicoBSD (v.0.4).
+ To jest specjalna wersja FreeBSD-3.0, zwana PicoBSD (v.@VER@).
Pozwala ona na uzyskanie polaczenia z Internetem przez protokol PPP
(polaczenie dialup) lub karte Ethernet.
diff --git a/release/picobsd/dial/lang/motd.en b/release/picobsd/dial/lang/motd.en
index 6fc16de..c96e853 100644
--- a/release/picobsd/dial/lang/motd.en
+++ b/release/picobsd/dial/lang/motd.en
@@ -1,6 +1,6 @@
==================================================
)\_)\
-PicoBSD 0.4 (DIALUP) (o,o)
+PicoBSD @VER@ (DIALUP) (o,o)
__ \~/
Welcome to PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/dial/lang/motd.pl b/release/picobsd/dial/lang/motd.pl
index 65ef427..bfecac1 100644
--- a/release/picobsd/dial/lang/motd.pl
+++ b/release/picobsd/dial/lang/motd.pl
@@ -1,6 +1,6 @@
=======================================================
)\_)\
-PicoBSD 0.4 (DIALUP) (o,o)
+PicoBSD @VER@ (DIALUP) (o,o)
__ \~/
Witamy w PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/dial/lang/rc.en b/release/picobsd/dial/lang/rc.en
index 9f5fea4..c64b446 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.3 1998/08/10 19:07:53 abial Exp $
+# $Id: rc.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
############################################
### Special setup for one floppy PICOBSD ###
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
@@ -88,7 +88,7 @@ fi
echo ''
echo ''
echo ''
-echo '+---------- PicoBSD 0.4 (DIALUP) --------------+'
+echo '+---------- PicoBSD @VER@ (DIALUP) -------------+'
echo '| |'
echo '| Log in as "root" (no password). |'
echo '| |'
diff --git a/release/picobsd/dial/lang/rc.pl b/release/picobsd/dial/lang/rc.pl
index 7197f11..8042a1c 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.3 1998/08/10 19:07:53 abial Exp $
+# $Id: rc.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
#
############################################
### Special setup for one floppy PICOBSD ###
@@ -92,7 +92,7 @@ fi
echo ''
echo ''
-echo '+----------- PicoBSD 0.4 (DIALUP) -------------+'
+echo '+----------- PicoBSD @VER@ (DIALUP) ------------+'
echo '| |'
echo '| Zaloguj sie jako "root" (brak hasla). |'
echo '| |'
diff --git a/release/picobsd/isp/conf/PICOBSD b/release/picobsd/isp/conf/PICOBSD
index 3114bb8..e1994e4 100644
--- a/release/picobsd/isp/conf/PICOBSD
+++ b/release/picobsd/isp/conf/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.2 1998/09/02 14:15:54 abial Exp $
+# $Id: PICOBSD,v 1.3 1998/09/19 21:44:57 abial Exp $
#
machine "i386"
@@ -14,7 +14,7 @@ options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
-options BOOTP
+#options BOOTP
options MFS
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
diff --git a/release/picobsd/isp/floppy.tree/etc/hosts b/release/picobsd/isp/floppy.tree/etc/hosts
index 994af78..5b9108c 100644
--- a/release/picobsd/isp/floppy.tree/etc/hosts
+++ b/release/picobsd/isp/floppy.tree/etc/hosts
@@ -1,4 +1,4 @@
-# $Id: hosts,v 1.5 1998/08/19 07:06:27 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/floppy.tree/etc/motd b/release/picobsd/isp/floppy.tree/etc/motd
index 38474d1..66e7103 100644
--- a/release/picobsd/isp/floppy.tree/etc/motd
+++ b/release/picobsd/isp/floppy.tree/etc/motd
@@ -1,6 +1,6 @@
=======================================================
)\_)\
-PicoBSD 0.4 (ISP-alpha) (o,o)
+PicoBSD 0.41 (ISP-alpha) (o,o)
__ \~/
Witamy w PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/isp/floppy.tree/etc/rc b/release/picobsd/isp/floppy.tree/etc/rc
index f2b7ad1..051d9917 100644
--- a/release/picobsd/isp/floppy.tree/etc/rc
+++ b/release/picobsd/isp/floppy.tree/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.5 1998/08/19 07:06:27 abial Exp $
+# $Id: rc.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
############################################
### Special setup for one floppy PICOBSD ###
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
@@ -47,7 +47,7 @@ if [ "x$swapfile" = "xNO" ]; then
fi
echo ''
echo ''
-echo '+------------ PicoBSD 0.4 (ISP) ---------------+'
+echo '+------------ PicoBSD 0.41 (ISP) --------------+'
echo '| |'
echo '| Zaloguj sie jako "root" (haslo "setup"). |'
echo '| |'
diff --git a/release/picobsd/isp/floppy.tree/etc/rc.conf b/release/picobsd/isp/floppy.tree/etc/rc.conf
index 515bf61..aa1ae8c 100644
--- a/release/picobsd/isp/floppy.tree/etc/rc.conf
+++ b/release/picobsd/isp/floppy.tree/etc/rc.conf
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc.conf,v 1.5 1998/08/19 07:06:27 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/floppy.tree/etc/rc.network b/release/picobsd/isp/floppy.tree/etc/rc.network
index dbb6de0..22f4e6e 100644
--- a/release/picobsd/isp/floppy.tree/etc/rc.network
+++ b/release/picobsd/isp/floppy.tree/etc/rc.network
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $Id: rc.network,v 1.5 1998/08/19 07:06:27 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/floppy.tree/etc/resolv.conf b/release/picobsd/isp/floppy.tree/etc/resolv.conf
index 42374ad..4a00656 100644
--- a/release/picobsd/isp/floppy.tree/etc/resolv.conf
+++ b/release/picobsd/isp/floppy.tree/etc/resolv.conf
@@ -1,3 +1,3 @@
-# $Id: resolv.conf,v 1.5 1998/08/19 07:06:27 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/floppy.tree/etc/snmpd.conf b/release/picobsd/isp/floppy.tree/etc/snmpd.conf
index be141f3..29400df 100644
--- a/release/picobsd/isp/floppy.tree/etc/snmpd.conf
+++ b/release/picobsd/isp/floppy.tree/etc/snmpd.conf
@@ -1,43 +1,58 @@
-# Read-only (1) and read-write (2) communities
-community 1 public
-community 2 private
-# Process checks.
-#
-# The following are examples of how to use the agent to check for
-# processes running on the host. The syntax looks something like:
-#
-# proc NAME [MAX=0] [MIN=0]
-#
-# NAME: the name of the process to check for. It must match
-# exactly (ie, http will not find httpd processes).
-# MAX: the maximum number allowed to be running. Defaults to 0.
-# MIN: the minimum number to be running. Defaults to 0.
-# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.1
-proc inetd
-proc snmpd
-# ----------------------------------------------------------------------
-# disk checks
-# The agent can check the amount of available disk space, and make
-# sure it is above a set limit.
-#
-# disk PATH [MIN= 100000]
-#
-# PATH: mount path to the disk in question.
-# MIN: Disks with space below this value will have the Mib's errorFlag set.
-# Default value = 100000.
-# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.6
-#disk /dos 10
-# ----------------------------------------------------------------------
# load average checks
+
+# load [1MAX=DEFMAXLOADAVE] [5MAX=DEFMAXLOADAVE] [15MAX=DEFMAXLOADAVE]
#
-# load [1MAX= 12.0] [5MAX= 12.0] [15MAX= 12.0]
# 1MAX: If the 1 minute load average is above this limit at query
# time, the errorFlag will be set.
# 5MAX: Similar, but for 5 min average.
# 15MAX: Similar, but for 15 min average.
-# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.7
-load 5 5 5
+
+# Check for loads:
+load 12 14 14
+
+# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.10
+
+# snmp agent errors
+
+# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.101
+
+# snmp version mib
+
+# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.100
+
+# System contact information
+
+syslocation PicoBSD
+syscontact root <root@pico>
+
+# Setting up the access control lists to the agent
+
+# sec.name source community
+com2sec local localhost private
+com2sec public default public
+
+# sec.model sec.name
+group local any local
+group public any public
+
+# incl/excl subtree mask
+view all included .1 80
+view system included system fe
+view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc
+
+# context sec.model sec.level prefix read write not
+access public "" any noauth 0 system none none
+access local "" any noauth 0 all all all
+
+# If you want to get back to the functionality of previous versions,
+# where the public community could read anything from anywhere and the
+# private community could write anything from anywhere, use these
+# lines instead:
#
-# ----------------------------------------------------------------------
-#syslocation Right here, right now.
-#syscontact Me <me@somewhere.org>
+# com2sec public default public
+# com2sec private default private
+# group public any public
+# group private any private
+# view all included .1 80
+# access public "" any noauth 0 all none none
+# access private "" any noauth 0 all all none
diff --git a/release/picobsd/isp/lang/README.en b/release/picobsd/isp/lang/README.en
index 0dbebfc..18e0cbf 100644
--- a/release/picobsd/isp/lang/README.en
+++ b/release/picobsd/isp/lang/README.en
@@ -1,6 +1,6 @@
1998.07.20, Warsaw, Poland
- PicoBSD 0.4
+ PicoBSD @VER@
-----------
diff --git a/release/picobsd/isp/lang/README.pl b/release/picobsd/isp/lang/README.pl
index 9f32dfb..18ea380 100644
--- a/release/picobsd/isp/lang/README.pl
+++ b/release/picobsd/isp/lang/README.pl
@@ -1,6 +1,6 @@
1998.07.29, Warszawa
- PicoBSD 0.4
+ PicoBSD @VER@
-----------
Co to jest PicoBSD?
diff --git a/release/picobsd/isp/lang/motd.en b/release/picobsd/isp/lang/motd.en
index 620028b..4acae89 100644
--- a/release/picobsd/isp/lang/motd.en
+++ b/release/picobsd/isp/lang/motd.en
@@ -1,6 +1,6 @@
==================================================
)\_)\
-PicoBSD 0.4 (ISP-alpha) (o,o)
+PicoBSD @VER@ (ISP-alpha) (o,o)
__ \~/
Welcome to PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/isp/lang/motd.pl b/release/picobsd/isp/lang/motd.pl
index 38474d1..8ee14d3 100644
--- a/release/picobsd/isp/lang/motd.pl
+++ b/release/picobsd/isp/lang/motd.pl
@@ -1,6 +1,6 @@
=======================================================
)\_)\
-PicoBSD 0.4 (ISP-alpha) (o,o)
+PicoBSD @VER@ (ISP-alpha) (o,o)
__ \~/
Witamy w PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/isp/lang/rc.en b/release/picobsd/isp/lang/rc.en
index 6cac739..e49427b 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.3 1998/08/10 19:16:43 abial Exp $
+# $Id: rc.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
############################################
### Special setup for one floppy PICOBSD ###
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
@@ -49,7 +49,7 @@ if [ "x$swapfile" = "xNO" ]; then
fi
echo ''
echo ''
-echo '+----------- PicoBSD 0.4 (ISP) ----------------+'
+echo '+----------- PicoBSD @VER@ (ISP) ---------------+'
echo '| |'
echo '| Log in as "root" (password "setup"). |'
echo '| |'
diff --git a/release/picobsd/isp/lang/rc.pl b/release/picobsd/isp/lang/rc.pl
index a504d14..33e896b 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/08/10 19:16:43 abial Exp $
+# $Id: rc.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
############################################
### Special setup for one floppy PICOBSD ###
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
@@ -47,7 +47,7 @@ if [ "x$swapfile" = "xNO" ]; then
fi
echo ''
echo ''
-echo '+------------ PicoBSD 0.4 (ISP) ---------------+'
+echo '+------------ PicoBSD @VER@ (ISP) --------------+'
echo '| |'
echo '| Zaloguj sie jako "root" (haslo "setup"). |'
echo '| |'
diff --git a/release/picobsd/net/floppy.tree/etc/hosts b/release/picobsd/net/floppy.tree/etc/hosts
index 0487f3d..c3563ea 100644
--- a/release/picobsd/net/floppy.tree/etc/hosts
+++ b/release/picobsd/net/floppy.tree/etc/hosts
@@ -1,4 +1,4 @@
-# $Id: hosts,v 1.5 1998/08/19 07:06:30 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/floppy.tree/etc/motd b/release/picobsd/net/floppy.tree/etc/motd
index 5a038d6..ba30df0 100644
--- a/release/picobsd/net/floppy.tree/etc/motd
+++ b/release/picobsd/net/floppy.tree/etc/motd
@@ -1,6 +1,6 @@
=======================================================
)\_)\
-PicoBSD 0.4 (NET) (o,o)
+PicoBSD 0.41 (NET) (o,o)
__ \~/
Witamy w PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/net/floppy.tree/etc/rc b/release/picobsd/net/floppy.tree/etc/rc
index bff4fc9..1d65d8b 100644
--- a/release/picobsd/net/floppy.tree/etc/rc
+++ b/release/picobsd/net/floppy.tree/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.5 1998/08/19 07:06:31 abial Exp $
+# $Id: rc.pl,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $
############################################
### Special setup for one floppy PICOBSD ###
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
@@ -47,7 +47,7 @@ if [ "x$swapfile" = "xNO" ]; then
fi
echo ''
echo ''
-echo '+------------ PicoBSD 0.4 (NET) ---------------+'
+echo '+------------ PicoBSD 0.41 (NET) --------------+'
echo '| |'
echo '| Zaloguj sie jako "root" (haslo "setup"). |'
echo '| |'
diff --git a/release/picobsd/net/floppy.tree/etc/rc.conf b/release/picobsd/net/floppy.tree/etc/rc.conf
index 090cd3c..c4cdac8 100644
--- a/release/picobsd/net/floppy.tree/etc/rc.conf
+++ b/release/picobsd/net/floppy.tree/etc/rc.conf
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc.conf,v 1.5 1998/08/19 07:06:31 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/floppy.tree/etc/rc.network b/release/picobsd/net/floppy.tree/etc/rc.network
index 87b0c8e..3079c94 100644
--- a/release/picobsd/net/floppy.tree/etc/rc.network
+++ b/release/picobsd/net/floppy.tree/etc/rc.network
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $Id: rc.network,v 1.5 1998/08/19 07:06:31 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/floppy.tree/etc/resolv.conf b/release/picobsd/net/floppy.tree/etc/resolv.conf
index 7e3a7f5..fe9223b 100644
--- a/release/picobsd/net/floppy.tree/etc/resolv.conf
+++ b/release/picobsd/net/floppy.tree/etc/resolv.conf
@@ -1,3 +1,3 @@
-# $Id: resolv.conf,v 1.5 1998/08/19 07:06:31 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/floppy.tree/etc/snmpd.conf b/release/picobsd/net/floppy.tree/etc/snmpd.conf
index 59a2ad6..29400df 100644
--- a/release/picobsd/net/floppy.tree/etc/snmpd.conf
+++ b/release/picobsd/net/floppy.tree/etc/snmpd.conf
@@ -1,45 +1,58 @@
-# $Id: snmpd.conf,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $
-#
-# Read-only (1) and read-write (2) communities
-community 1 public
-community 2 private
-# Process checks.
-#
-# The following are examples of how to use the agent to check for
-# processes running on the host. The syntax looks something like:
-#
-# proc NAME [MAX=0] [MIN=0]
-#
-# NAME: the name of the process to check for. It must match
-# exactly (ie, http will not find httpd processes).
-# MAX: the maximum number allowed to be running. Defaults to 0.
-# MIN: the minimum number to be running. Defaults to 0.
-# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.1
-proc inetd
-proc snmpd
-# ----------------------------------------------------------------------
-# disk checks
-# The agent can check the amount of available disk space, and make
-# sure it is above a set limit.
-#
-# disk PATH [MIN= 100000]
-#
-# PATH: mount path to the disk in question.
-# MIN: Disks with space below this value will have the Mib's errorFlag set.
-# Default value = 100000.
-# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.6
-#disk /dos 10
-# ----------------------------------------------------------------------
# load average checks
+
+# load [1MAX=DEFMAXLOADAVE] [5MAX=DEFMAXLOADAVE] [15MAX=DEFMAXLOADAVE]
#
-# load [1MAX= 12.0] [5MAX= 12.0] [15MAX= 12.0]
# 1MAX: If the 1 minute load average is above this limit at query
# time, the errorFlag will be set.
# 5MAX: Similar, but for 5 min average.
# 15MAX: Similar, but for 15 min average.
-# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.7
-load 5 5 5
-#
-# ----------------------------------------------------------------------
-#syslocation Right here, right now.
-#syscontact Me <me@somewhere.org>
+
+# Check for loads:
+load 12 14 14
+
+# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.10
+
+# snmp agent errors
+
+# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.101
+
+# snmp version mib
+
+# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.100
+
+# System contact information
+
+syslocation PicoBSD
+syscontact root <root@pico>
+
+# Setting up the access control lists to the agent
+
+# sec.name source community
+com2sec local localhost private
+com2sec public default public
+
+# sec.model sec.name
+group local any local
+group public any public
+
+# incl/excl subtree mask
+view all included .1 80
+view system included system fe
+view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc
+
+# context sec.model sec.level prefix read write not
+access public "" any noauth 0 system none none
+access local "" any noauth 0 all all all
+
+# If you want to get back to the functionality of previous versions,
+# where the public community could read anything from anywhere and the
+# private community could write anything from anywhere, use these
+# lines instead:
+#
+# com2sec public default public
+# com2sec private default private
+# group public any public
+# group private any private
+# view all included .1 80
+# access public "" any noauth 0 all none none
+# access private "" any noauth 0 all all none
diff --git a/release/picobsd/net/lang/README.en b/release/picobsd/net/lang/README.en
index 4b42920..ad398f7 100644
--- a/release/picobsd/net/lang/README.en
+++ b/release/picobsd/net/lang/README.en
@@ -1,6 +1,6 @@
1998.07.12, Warsaw, Poland
- PicoBSD 0.4 (NET)
+ PicoBSD @VER@ (NET)
-----------------
diff --git a/release/picobsd/net/lang/README.pl b/release/picobsd/net/lang/README.pl
index 6ae3777..3ac412c 100644
--- a/release/picobsd/net/lang/README.pl
+++ b/release/picobsd/net/lang/README.pl
@@ -1,6 +1,6 @@
1998.07.12, Warszawa
- PicoBSD 0.4 (wersja NET)
+ PicoBSD @VER@ (wersja NET)
------------------------
Co to jest PicoBSD?
diff --git a/release/picobsd/net/lang/motd.en b/release/picobsd/net/lang/motd.en
index 2a1b7b5..c498edc 100644
--- a/release/picobsd/net/lang/motd.en
+++ b/release/picobsd/net/lang/motd.en
@@ -1,6 +1,6 @@
==================================================
)\_)\
-PicoBSD 0.4 (NET) (o,o)
+PicoBSD @VER@ (NET) (o,o)
__ \~/
Welcome to PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/net/lang/motd.pl b/release/picobsd/net/lang/motd.pl
index 5a038d6..12acd4e 100644
--- a/release/picobsd/net/lang/motd.pl
+++ b/release/picobsd/net/lang/motd.pl
@@ -1,6 +1,6 @@
=======================================================
)\_)\
-PicoBSD 0.4 (NET) (o,o)
+PicoBSD @VER@ (NET) (o,o)
__ \~/
Witamy w PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/net/lang/rc.en b/release/picobsd/net/lang/rc.en
index a35ae7c..7658846 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.3 1998/08/10 19:17:11 abial Exp $
+# $Id: rc.en,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $
############################################
### Special setup for one floppy PICOBSD ###
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
@@ -49,7 +49,7 @@ if [ "x$swapfile" = "xNO" ]; then
fi
echo ''
echo ''
-echo '+----------- PicoBSD 0.4 (NET) ----------------+'
+echo '+----------- PicoBSD @VER@ (NET) ---------------+'
echo '| |'
echo '| Log in as "root" (password "setup"). |'
echo '| |'
diff --git a/release/picobsd/net/lang/rc.pl b/release/picobsd/net/lang/rc.pl
index b0d05cb..130ec42 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/08/10 19:17:11 abial Exp $
+# $Id: rc.pl,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $
############################################
### Special setup for one floppy PICOBSD ###
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
@@ -47,7 +47,7 @@ if [ "x$swapfile" = "xNO" ]; then
fi
echo ''
echo ''
-echo '+------------ PicoBSD 0.4 (NET) ---------------+'
+echo '+------------ PicoBSD @VER@ (NET) --------------+'
echo '| |'
echo '| Zaloguj sie jako "root" (haslo "setup"). |'
echo '| |'
diff --git a/release/picobsd/router/floppy.tree/etc/hosts b/release/picobsd/router/floppy.tree/etc/hosts
index 0797e55..d74ecba 100644
--- a/release/picobsd/router/floppy.tree/etc/hosts
+++ b/release/picobsd/router/floppy.tree/etc/hosts
@@ -1,4 +1,4 @@
-# $Id: hosts,v 1.4 1998/08/19 07:06:33 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/floppy.tree/etc/motd b/release/picobsd/router/floppy.tree/etc/motd
index d0c694a..25dcfec 100644
--- a/release/picobsd/router/floppy.tree/etc/motd
+++ b/release/picobsd/router/floppy.tree/etc/motd
@@ -1,12 +1,11 @@
=======================================================
)\_)\
-PicoBSD 0.4 (ROUTER) (o,o)
+PicoBSD 0.41 (ROUTER) (o,o)
__ \~/
Witamy w PicoBSD! -->====\
~~ d d
-W glownym katalogu w pliku README znajdziesz pico
-krotki opis systemu. Mozesz go obejrzec przy pomocy
-"more /README".
+Dokumentacja systemu znajduje sie na pico
+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
index 6fb9321..f835024 100644
--- a/release/picobsd/router/floppy.tree/etc/rc
+++ b/release/picobsd/router/floppy.tree/etc/rc
@@ -1,11 +1,11 @@
#!/bin/sh
-# $Id: rc,v 1.4 1998/08/19 07:06:33 abial Exp $
+# $Id: rc.pl,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $
### Special setup for one floppy PICOBSD ###
ifconfig lo0 inet 127.0.0.1 netmask 0xffffff00
hostname pico
echo ""
echo ""
-echo '+----------- PicoBSD 0.4 (ROUTER) -------------+'
+echo '+----------- PicoBSD 0.41 (ROUTER) ------------+'
echo '| |'
echo '| Ta wersja PicoBSD podlega w pelni licencji |'
echo '| BSD. Wiecej informacji mozna znalezc na |'
diff --git a/release/picobsd/router/floppy.tree/etc/resolv.conf b/release/picobsd/router/floppy.tree/etc/resolv.conf
index cc7ef44..d24da1e 100644
--- a/release/picobsd/router/floppy.tree/etc/resolv.conf
+++ b/release/picobsd/router/floppy.tree/etc/resolv.conf
@@ -1,3 +1,3 @@
-# $Id: resolv.conf,v 1.4 1998/08/19 07:06:33 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/floppy.tree/etc/snmpd.conf b/release/picobsd/router/floppy.tree/etc/snmpd.conf
deleted file mode 100644
index 3ba46b1..0000000
--- a/release/picobsd/router/floppy.tree/etc/snmpd.conf
+++ /dev/null
@@ -1,45 +0,0 @@
-# $Id: snmpd.conf,v 1.1 1998/08/02 13:03:31 abial Exp $
-#
-# Read-only (1) and read-write (2) communities
-community 1 public
-community 2 private
-# Process checks.
-#
-# The following are examples of how to use the agent to check for
-# processes running on the host. The syntax looks something like:
-#
-# proc NAME [MAX=0] [MIN=0]
-#
-# NAME: the name of the process to check for. It must match
-# exactly (ie, http will not find httpd processes).
-# MAX: the maximum number allowed to be running. Defaults to 0.
-# MIN: the minimum number to be running. Defaults to 0.
-# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.1
-proc inetd
-proc snmpd
-# ----------------------------------------------------------------------
-# disk checks
-# The agent can check the amount of available disk space, and make
-# sure it is above a set limit.
-#
-# disk PATH [MIN= 100000]
-#
-# PATH: mount path to the disk in question.
-# MIN: Disks with space below this value will have the Mib's errorFlag set.
-# Default value = 100000.
-# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.6
-#disk /dos 10
-# ----------------------------------------------------------------------
-# load average checks
-#
-# load [1MAX= 12.0] [5MAX= 12.0] [15MAX= 12.0]
-# 1MAX: If the 1 minute load average is above this limit at query
-# time, the errorFlag will be set.
-# 5MAX: Similar, but for 5 min average.
-# 15MAX: Similar, but for 15 min average.
-# % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.7
-load 5 5 5
-#
-# ----------------------------------------------------------------------
-#syslocation Right here, right now.
-#syscontact Me <me@somewhere.org>
diff --git a/release/picobsd/router/lang/README.en b/release/picobsd/router/lang/README.en
index c1976a6..bd289fe 100644
--- a/release/picobsd/router/lang/README.en
+++ b/release/picobsd/router/lang/README.en
@@ -1,6 +1,6 @@
1998.07.12, Warsaw, Poland
- PicoBSD 0.4 (ROUTER)
+ PicoBSD @VER@ (ROUTER)
------------------
diff --git a/release/picobsd/router/lang/README.pl b/release/picobsd/router/lang/README.pl
index bda42f4..ed440c1 100644
--- a/release/picobsd/router/lang/README.pl
+++ b/release/picobsd/router/lang/README.pl
@@ -1,6 +1,6 @@
1998.07.12, Warszawa
- PicoBSD 0.4 (wersja ROUTER)
+ PicoBSD @VER@ (wersja ROUTER)
-------------------------
Co to jest PicoBSD?
diff --git a/release/picobsd/router/lang/motd.en b/release/picobsd/router/lang/motd.en
index 38241ae..f2fd656 100644
--- a/release/picobsd/router/lang/motd.en
+++ b/release/picobsd/router/lang/motd.en
@@ -1,6 +1,6 @@
==================================================
)\_)\
-PicoBSD 0.4 (ROUTER) (o,o)
+PicoBSD @VER@ (ROUTER) (o,o)
__ \~/
Welcome to PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/router/lang/motd.pl b/release/picobsd/router/lang/motd.pl
index 53537a8..0bb3818 100644
--- a/release/picobsd/router/lang/motd.pl
+++ b/release/picobsd/router/lang/motd.pl
@@ -1,6 +1,6 @@
=======================================================
)\_)\
-PicoBSD 0.4 (ROUTER) (o,o)
+PicoBSD @VER@ (ROUTER) (o,o)
__ \~/
Witamy w PicoBSD! -->====\
~~ d d
diff --git a/release/picobsd/router/lang/rc.en b/release/picobsd/router/lang/rc.en
index 23b01ae..21a0e4b 100644
--- a/release/picobsd/router/lang/rc.en
+++ b/release/picobsd/router/lang/rc.en
@@ -1,11 +1,11 @@
#!/bin/sh
-# $Id: rc.en,v 1.2 1998/08/10 19:17:54 abial Exp $
+# $Id: rc.en,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $
### Special setup for one floppy PICOBSD ###
ifconfig lo0 inet 127.0.0.1 netmask 0xffffff00
hostname pico
echo ""
echo ""
-echo '+----------- PicoBSD 0.4 (ROUTER) -------------+'
+echo '+----------- PicoBSD @VER@ (ROUTER) ------------+'
echo '| |'
echo '| This version of PicoBSD is fully under |'
echo '| BSD license. For more details see |'
diff --git a/release/picobsd/router/lang/rc.pl b/release/picobsd/router/lang/rc.pl
index 39759bd..167a145 100644
--- a/release/picobsd/router/lang/rc.pl
+++ b/release/picobsd/router/lang/rc.pl
@@ -1,11 +1,11 @@
#!/bin/sh
-# $Id: rc.pl,v 1.2 1998/08/10 19:17:55 abial Exp $
+# $Id: rc.pl,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $
### Special setup for one floppy PICOBSD ###
ifconfig lo0 inet 127.0.0.1 netmask 0xffffff00
hostname pico
echo ""
echo ""
-echo '+----------- PicoBSD 0.4 (ROUTER) -------------+'
+echo '+----------- PicoBSD @VER@ (ROUTER) ------------+'
echo '| |'
echo '| Ta wersja PicoBSD podlega w pelni licencji |'
echo '| BSD. Wiecej informacji mozna znalezc na |'
OpenPOWER on IntegriCloud