summaryrefslogtreecommitdiffstats
path: root/release/picobsd/isp
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 /release/picobsd/isp
parent9e3c7f6465df86c72f2de3fe0e1cdec6d558aa5f (diff)
downloadFreeBSD-src-4b94d1ed411a7c747c39ed6aebb1a235564bac43.zip
FreeBSD-src-4b94d1ed411a7c747c39ed6aebb1a235564bac43.tar.gz
Small rearrangements for a bugfix release 0.41.
Diffstat (limited to 'release/picobsd/isp')
-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
14 files changed, 68 insertions, 53 deletions
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 '| |'
OpenPOWER on IntegriCloud