summaryrefslogtreecommitdiffstats
path: root/release/picobsd/dial
diff options
context:
space:
mode:
authordwhite <dwhite@FreeBSD.org>1999-08-22 21:45:24 +0000
committerdwhite <dwhite@FreeBSD.org>1999-08-22 21:45:24 +0000
commit9cda01decb3256ad946657e0fc9a298213d4eaa8 (patch)
tree0de7c224091527fca4800e72ffaf6f9673980bfd /release/picobsd/dial
parent2bbfd73cc7441111e9e49645afb397eb04b1af45 (diff)
downloadFreeBSD-src-9cda01decb3256ad946657e0fc9a298213d4eaa8.zip
FreeBSD-src-9cda01decb3256ad946657e0fc9a298213d4eaa8.tar.gz
Major PicoBSD update by luigi with some debugging help from myself.
. Now builds on -STABLE (-CURRENT is broken due to bugs) . etc directory contents centralized instead of in each type directory (can exclude & override as desired) . Removed extraneous language files (lang files for rc really necessary?) . dialog-based build tool with support for custom floppy builds . MFS image loads as a mfs_root module instead of compiled into kernel THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following. luigi tells me I have an OK from jkh on the MFC. Submitted by: luigi
Diffstat (limited to 'release/picobsd/dial')
-rw-r--r--release/picobsd/dial/Makefile.mfs (renamed from release/picobsd/dial/mfs.tree/Makefile)2
-rw-r--r--release/picobsd/dial/PICOBSD (renamed from release/picobsd/dial/conf/PICOBSD)2
-rw-r--r--release/picobsd/dial/conf/Makefile21
-rw-r--r--release/picobsd/dial/crunch1/Makefile7
-rw-r--r--release/picobsd/dial/crunch1/crunch.conf8
-rw-r--r--release/picobsd/dial/floppy.tree.exclude15
-rw-r--r--release/picobsd/dial/floppy.tree/boot.config0
-rw-r--r--release/picobsd/dial/floppy.tree/etc/fstab4
-rw-r--r--release/picobsd/dial/floppy.tree/etc/gettytab40
-rw-r--r--release/picobsd/dial/floppy.tree/etc/group19
-rw-r--r--release/picobsd/dial/floppy.tree/etc/host.conf3
-rw-r--r--release/picobsd/dial/floppy.tree/etc/login.conf120
-rw-r--r--release/picobsd/dial/floppy.tree/etc/ppp/ppp.deny15
-rw-r--r--release/picobsd/dial/floppy.tree/etc/ppp/ppp.secret.sample23
-rw-r--r--release/picobsd/dial/floppy.tree/etc/profile4
-rw-r--r--release/picobsd/dial/floppy.tree/etc/protocols7
-rw-r--r--release/picobsd/dial/floppy.tree/etc/services94
-rw-r--r--release/picobsd/dial/floppy.tree/etc/ssh_config2
-rw-r--r--release/picobsd/dial/floppy.tree/etc/termcap123
-rw-r--r--release/picobsd/dial/floppy.tree/kernel.config0
-rwxr-xr-xrelease/picobsd/dial/lang/mfs.rc.en32
-rwxr-xr-xrelease/picobsd/dial/lang/mfs.rc.pl28
-rw-r--r--release/picobsd/dial/lang/rc.conf.en32
-rw-r--r--release/picobsd/dial/lang/rc.conf.pl32
-rw-r--r--release/picobsd/dial/lang/rc.en103
-rw-r--r--release/picobsd/dial/lang/rc.network.en70
-rw-r--r--release/picobsd/dial/lang/rc.network.pl70
-rw-r--r--release/picobsd/dial/lang/rc.pl107
-rw-r--r--release/picobsd/dial/lang/resolv.conf.en3
-rw-r--r--release/picobsd/dial/lang/resolv.conf.pl3
-rw-r--r--release/picobsd/dial/mfs.mtree (renamed from release/picobsd/dial/mfs.tree/mfs.mtree)2
-rw-r--r--release/picobsd/dial/mfs.tree/login.conf62
32 files changed, 26 insertions, 1027 deletions
diff --git a/release/picobsd/dial/mfs.tree/Makefile b/release/picobsd/dial/Makefile.mfs
index 98a79b3..790c95b 100644
--- a/release/picobsd/dial/mfs.tree/Makefile
+++ b/release/picobsd/dial/Makefile.mfs
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.5.2.1 1999/05/09 22:03:54 abial Exp $
+# $Id: Makefile,v 1.7 1999/06/14 15:41:33 roger Exp $
#
DESTDIR?=/mnt
diff --git a/release/picobsd/dial/conf/PICOBSD b/release/picobsd/dial/PICOBSD
index 61d851f..0c8c1ee 100644
--- a/release/picobsd/dial/conf/PICOBSD
+++ b/release/picobsd/dial/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.5.2.1 1999/02/07 22:19:52 abial Exp $
+# $Id: PICOBSD,v 1.7 1999/05/24 17:26:32 roger Exp $
#
machine i386
cpu I386_CPU
diff --git a/release/picobsd/dial/conf/Makefile b/release/picobsd/dial/conf/Makefile
deleted file mode 100644
index 4be01f8..0000000
--- a/release/picobsd/dial/conf/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: Makefile,v 1.3 1998/10/15 21:39:58 abial Exp $
-#
-
-SRC?=/usr/src
-CONF?=$(SRC)/sys/i386/conf
-
-CONFFILE=PICOBSD${suffix}.${SIZE}
-COMPILE=$(SRC)/sys/compile/$(CONFFILE)
-KERNFILE=$(COMPILE)/kernel
-
-all: $(KERNFILE)
-
-$(KERNFILE): PICOBSD
- cat PICOBSD | grep -v "MFS_ROOT" > ${CONF}/${CONFFILE}
- echo "options MFS_ROOT" >> ${CONF}/${CONFFILE}
- echo "options MFS_ROOT_SIZE=${SIZE}" >> ${CONF}/${CONFFILE}
- (cd ${CONF}; \
- config ${CONFFILE}; \
- cd ${COMPILE}; \
- make depend all)
-
diff --git a/release/picobsd/dial/crunch1/Makefile b/release/picobsd/dial/crunch1/Makefile
index afc89eb..000be68 100644
--- a/release/picobsd/dial/crunch1/Makefile
+++ b/release/picobsd/dial/crunch1/Makefile
@@ -7,11 +7,10 @@ SRC?=/usr/src
all: crunch
crunch:
- if [ "X${INIT}" != "X" ]; \
- then \
- echo "progs ${INIT}" >crunch1.conf ; \
- else \
+ if [ "${INIT}" = "init" ]; then \
echo "progs init getty" >crunch1.conf ; \
+ else \
+ echo "progs ${INIT}" >crunch1.conf ; \
fi;
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >>crunch1.conf
@crunchgen ${.CURDIR}/crunch1.conf
diff --git a/release/picobsd/dial/crunch1/crunch.conf b/release/picobsd/dial/crunch1/crunch.conf
index 06632c2..b6284fc 100644
--- a/release/picobsd/dial/crunch1/crunch.conf
+++ b/release/picobsd/dial/crunch1/crunch.conf
@@ -1,4 +1,4 @@
-# $Id: crunch.conf,v 1.5.2.2 1999/05/21 15:39:08 roger Exp $
+# $Id: crunch.conf,v 1.5.2.1 1999/05/07 10:02:35 abial Exp $
#
# NOTE1: the string "/usr/src" will be automatically replaced with the
# correct value set in 'build' script - you should change it there
@@ -28,7 +28,8 @@ srcdirs /usr/src/libexec
# ns, vm etc...
srcdirs ../../tinyware
-progs ppp ssh ftp telnet ee gzip more
+# XXX removed ssh -- lr990817
+progs ppp ftp telnet ee gzip more
ln gzip gunzip
ln gzip zcat
ln gzip gzcat
@@ -53,4 +54,5 @@ ln chown chgrp
libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lgnuregex -lmp -lgmp -lm
libs -lncurses -lmytinfo -lipx -lz
-libs -ltermcap -ltelnet -lalias -lradius
+libs -ltermcap -ltelnet -lalias
+libs -lradius # for ppp
diff --git a/release/picobsd/dial/floppy.tree.exclude b/release/picobsd/dial/floppy.tree.exclude
new file mode 100644
index 0000000..f64a991
--- /dev/null
+++ b/release/picobsd/dial/floppy.tree.exclude
@@ -0,0 +1,15 @@
+etc/disktab
+etc/inetd.conf
+etc/master.passwd
+etc/mfs.rc
+etc/ppp.conf
+etc/ppp.conf
+etc/ppp.linkup
+etc/rc
+etc/rc.conf
+etc/rc.firewall
+etc/rc.serial
+etc/remote
+etc/shells
+etc/snmpd.conf
+etc/ttys
diff --git a/release/picobsd/dial/floppy.tree/boot.config b/release/picobsd/dial/floppy.tree/boot.config
deleted file mode 100644
index e69de29..0000000
--- a/release/picobsd/dial/floppy.tree/boot.config
+++ /dev/null
diff --git a/release/picobsd/dial/floppy.tree/etc/fstab b/release/picobsd/dial/floppy.tree/etc/fstab
deleted file mode 100644
index 64d34ca..0000000
--- a/release/picobsd/dial/floppy.tree/etc/fstab
+++ /dev/null
@@ -1,4 +0,0 @@
-#proc /proc procfs rw 0 0
-#/dev/fd0c /start_floppy ufs rw 1 1
-#/dev/wd0s1 /dos msdos rw 0 0
-#/dev/wcd0c /cdrom cd9660 ro,noauto 0 0
diff --git a/release/picobsd/dial/floppy.tree/etc/gettytab b/release/picobsd/dial/floppy.tree/etc/gettytab
deleted file mode 100644
index 612c875..0000000
--- a/release/picobsd/dial/floppy.tree/etc/gettytab
+++ /dev/null
@@ -1,40 +0,0 @@
-# from: @(#)gettytab 5.14 (Berkeley) 3/27/91
-#
-default:\
- :cb:ce:ck:lc:fd#1000:cl:im=\r\n PicoBSD (%h) (%t) \r\n\r\n:sp#1200:
-
-P|Pc|Pc console:\
- :ht:np:sp#115200:
-
-#
-# Fixed speed entries
-2|std.9600|9600-baud:\
- :np:sp#9600:
-g|std.19200|19200-baud:\
- :np:sp#19200:
-std.38400|38400-baud:\
- :np:sp#38400:
-std.57600|57600-baud:\
- :np:sp#57600:
-std.115200|115200-baud:\
- :np:sp#115200:
-
-#
-# Entry specifying explicit device settings. See termios(4) and
-# /usr/include/termios.h, too. The entry forces the tty into
-# CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
-#
-# cflags: CLOCAL | HUPCL | CREAD | CS8
-# oflags: OPOST | ONLCR | OXTABS
-# iflags: IXOFF | IXON | ICRNL | IGNPAR
-# lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE
-#
-# The `0' flags don't have input enabled. The `1' flags don't echo.
-# (Echoing is done inside getty itself.)
-#
-local.9600|CLOCAL tty @ 9600 Bd:\
- :c0#0x0000c300:c1#0x0000cb00:c2#0x0000cb00:\
- :o0#0x00000007:o1#0x00000002:o2#0x00000007:\
- :i0#0x00000704:i1#0x00000000:i2#0x00000704:\
- :l0#0x000005cf:l1#0x00000000:l2#0x000005cf:\
- :sp#9600:
diff --git a/release/picobsd/dial/floppy.tree/etc/group b/release/picobsd/dial/floppy.tree/etc/group
deleted file mode 100644
index abbd733..0000000
--- a/release/picobsd/dial/floppy.tree/etc/group
+++ /dev/null
@@ -1,19 +0,0 @@
-wheel:*:0:root,user
-daemon:*:1:daemon
-kmem:*:2:root
-sys:*:3:root
-tty:*:4:root
-operator:*:5:root
-mail:*:6:
-bin:*:7:
-news:*:8:
-man:*:9:
-games:*:13:
-staff:*:20:root,user
-guest:*:31:root
-uucp:*:66:
-xten:*:67:xten
-dialer:*:68:
-network:*:69:
-nogroup:*:65533:
-nobody:*:65534:
diff --git a/release/picobsd/dial/floppy.tree/etc/host.conf b/release/picobsd/dial/floppy.tree/etc/host.conf
deleted file mode 100644
index 8418e14..0000000
--- a/release/picobsd/dial/floppy.tree/etc/host.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-# $Id: host.conf,v 1.1.1.1 1998/07/14 07:30:41 abial Exp $
-hosts
-bind
diff --git a/release/picobsd/dial/floppy.tree/etc/login.conf b/release/picobsd/dial/floppy.tree/etc/login.conf
deleted file mode 100644
index 451dc8a..0000000
--- a/release/picobsd/dial/floppy.tree/etc/login.conf
+++ /dev/null
@@ -1,120 +0,0 @@
-# This file controls resource limits, accounting limits and
-# default user environment settings.
-#
-# $Id: login.conf,v 1.2 1999/01/12 14:09:19 asami Exp $
-#
-
-
-# Authentication methods
-
-auth-defaults:\
- :auth=passwd:
-
-auth-root-defaults:\
- :auth-login=passwd:\
- :auth-rlogin=passwd:\
-
-auth-ftp-defaults:\
- :auth=passwd:
-
-# Example defaults
-# These settings are used by login(1) by default for classless users
-# Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
-
-default:\
- :cputime=infinity:\
- :datasize-cur=22M:\
- :stacksize-cur=8M:\
- :memorylocked-cur=10M:\
- :memoryuse-cur=30M:\
- :filesize=infinity:\
- :coredumpsize=infinity:\
- :maxproc-cur=64:\
- :openfiles-cur=64:\
- :priority=0:\
- :requirehome@:\
- :umask=022:\
- :tc=auth-defaults:
-
-
-#
-# standard - standard user defaults
-#
-standard:\
- :copyright=/etc/COPYRIGHT:\
- :welcome=/etc/motd:\
- :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/ee:\
- :path=~/bin /bin /usr/bin:\
- :nologin=/var/run/nologin:\
- :cputime=1h30m:\
- :datasize=8M:\
- :stacksize=2M:\
- :memorylocked=4M:\
- :memoryuse=8M:\
- :filesize=8M:\
- :coredumpsize=8M:\
- :openfiles=24:\
- :maxproc=32:\
- :priority=0:\
- :requirehome:\
- :passwordtime=90d:\
- :umask=002:\
- :ignoretime@:\
- :tc=default:
-#
-# Staff users - few restrictions and allow login anytime
-#
-staff:\
- :ignorenologin:\
- :ignoretime:\
- :requirehome@:\
- :accounted@:\
- :path=~/bin /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin:\
- :umask=022:\
- :tc=standard:
-
-
-#
-# root - fallback for root logins
-#
-root:\
- :path=~/bin /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin:\
- :cputime=infinity:\
- :datasize=infinity:\
- :stacksize=infinity:\
- :memorylocked=infinity:\
- :memoryuse=infinity:\
- :filesize=infinity:\
- :coredumpsize=infinity:\
- :openfiles=infinity:\
- :maxproc=infinity:\
- :memoryuse-cur=32M:\
- :maxproc-cur=64:\
- :openfiles-cur=1024:\
- :priority=0:\
- :requirehome@:\
- :umask=022:\
- :tc=auth-root-defaults:\
-#
-# Settings used by /etc/rc
-#
-daemon:\
- :coredumpsize@:\
- :coredumpsize-cur=0:\
- :datasize=infinity:\
- :datasize-cur@:\
- :maxproc=512:\
- :maxproc-cur@:\
- :memoryuse-cur=64M:\
- :memorylocked-cur=64M:\
- :openfiles=1024:\
- :openfiles-cur@:\
- :stacksize=16M:\
- :stacksize-cur@:\
- :tc=default:
-#
-# Polish Users Accounts. Setup proper environment variables.
-#
-polish:Polish Users Accounts:\
- :lang=pl_pl.ISO-8859-2:\
- :tc=default:
diff --git a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.deny b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.deny
deleted file mode 100644
index 51e1e9b..0000000
--- a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.deny
+++ /dev/null
@@ -1,15 +0,0 @@
-# list of users disallowed any pppd access via 'system
-# password login'.
-# read by pppd(8).
-root
-toor
-daemon
-operator
-bin
-games
-news
-man
-ftp
-uucp
-xten
-ingres
diff --git a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.secret.sample b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.secret.sample
deleted file mode 100644
index 7e8ee67..0000000
--- a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.secret.sample
+++ /dev/null
@@ -1,23 +0,0 @@
-##################################################
-#
-# Example of ppp.secret file
-#
-# This file is used to authenticate incoming connections.
-# You must ``enable'' either PAP or CHAP in your ppp.conf file.
-# The peer may then use any of the Authname/Authkey pairs listed.
-# If an IP address is given, it will be assigned to the peer.
-#
-# If an entry exists for your local machine (as given by the
-# ``hostname -s'' command), the password specified will be
-# 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 $
-#
-##################################################
-
-# Authname Authkey Peer's IP address
-
-oscar OurSecretKey 192.244.184.34/24
-BigBird X4dWg9327 192.244.184.33/32
-tama localPasswdForControl
diff --git a/release/picobsd/dial/floppy.tree/etc/profile b/release/picobsd/dial/floppy.tree/etc/profile
deleted file mode 100644
index b0aa3b2..0000000
--- a/release/picobsd/dial/floppy.tree/etc/profile
+++ /dev/null
@@ -1,4 +0,0 @@
-# System-wide .profile file for sh(1).
-BLOCKSIZE=K; export BLOCKSIZE
-PATH=/stand:.; export PATH
-set -o emacs
diff --git a/release/picobsd/dial/floppy.tree/etc/protocols b/release/picobsd/dial/floppy.tree/etc/protocols
deleted file mode 100644
index c80be39..0000000
--- a/release/picobsd/dial/floppy.tree/etc/protocols
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Internet (IP) protocols
-ip 0 IP # internet protocol, pseudo protocol number
-icmp 1 ICMP # internet control message protocol
-igmp 2 IGMP # Internet Group Management
-tcp 6 TCP # transmission control protocol
-udp 17 UDP # user datagram protocol
diff --git a/release/picobsd/dial/floppy.tree/etc/services b/release/picobsd/dial/floppy.tree/etc/services
deleted file mode 100644
index eec499f..0000000
--- a/release/picobsd/dial/floppy.tree/etc/services
+++ /dev/null
@@ -1,94 +0,0 @@
-echo 4/ddp
-echo 7/tcp
-echo 7/udp
-discard 9/tcp
-discard 9/udp
-systat 11/tcp
-systat 11/udp
-daytime 13/tcp
-daytime 13/udp
-qotd 17/tcp
-qotd 17/udp
-chargen 19/tcp
-chargen 19/udp
-ftp-data 20/tcp
-ftp-data 20/udp
-ftp 21/tcp
-ftp 21/udp
-ssh 22/tcp
-ssh 22/udp
-telnet 23/tcp
-telnet 23/udp
-smtp 25/tcp
-smtp 25/udp
-time 37/tcp
-time 37/udp
-domain 53/tcp
-domain 53/udp
-tacacs-ds 65/tcp
-tacacs-ds 65/udp
-bootps 67/tcp
-bootps 67/udp
-bootpc 68/tcp
-bootpc 68/udp
-tftp 69/tcp
-tftp 69/udp
-gopher 70/tcp
-gopher 70/udp
-finger 79/tcp
-finger 79/udp
-http 80/tcp
-http 80/udp
-pop2 109/tcp
-pop2 109/udp
-pop3 110/tcp
-pop3 110/udp
-uucp-path 117/tcp
-uucp-path 117/udp
-nntp 119/tcp
-nntp 119/udp
-netbios-ns 137/tcp
-netbios-ns 137/udp
-netbios-dgm 138/tcp
-netbios-dgm 138/udp
-netbios-ssn 139/tcp
-netbios-ssn 139/udp
-imap 143/tcp
-imap 143/udp
-snmp 161/tcp
-snmp 161/udp
-snmptrap 162/tcp
-snmptrap 162/udp
-bgp 179/tcp
-bgp 179/udp
-irc 194/tcp
-irc 194/udp
-ipx 213/tcp
-ipx 213/udp
-imap3 220/tcp
-imap3 220/udp
-ldap 389/tcp
-ldap 389/udp
-netware-ip 396/tcp
-netware-ip 396/udp
-https 443/tcp
-https 443/udp
-exec 512/tcp
-biff 512/udp
-login 513/tcp
-who 513/udp
-cmd 514/tcp
-syslog 514/udp
-printer 515/tcp
-printer 515/udp
-talk 517/tcp
-talk 517/udp
-ntalk 518/tcp
-ntalk 518/udp
-timed 525/tcp
-timed 525/udp
-uucp 540/tcp
-uucp 540/udp
-uucp-rlogin 541/tcp
-uucp-rlogin 541/udp
-natd 8668/divert # Network Address Translation
diff --git a/release/picobsd/dial/floppy.tree/etc/ssh_config b/release/picobsd/dial/floppy.tree/etc/ssh_config
deleted file mode 100644
index 6e1694c..0000000
--- a/release/picobsd/dial/floppy.tree/etc/ssh_config
+++ /dev/null
@@ -1,2 +0,0 @@
-Host *
-FallBackToRsh no
diff --git a/release/picobsd/dial/floppy.tree/etc/termcap b/release/picobsd/dial/floppy.tree/etc/termcap
deleted file mode 100644
index 5a9316a..0000000
--- a/release/picobsd/dial/floppy.tree/etc/termcap
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright (c) 1980, 1985, 1989 The Regents of the University of California.
-# All rights reserved.
-# @(#)termcap.src 5.88 (Berkeley) 4/30/91
-#
-#
-# for syscons
-# common entry without semigraphics
-cons25w|ansiw|ansi80x25-raw:\
- :al=\E[L:am:bs:NP:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:co#80:\
- :dc=\E[P:dl=\E[M:do=\E[B:bt=\E[Z:ho=\E[H:ic=\E[@:li#25:cb=\E[1K:\
- :ms:nd=\E[C:pt:rs=\E[x\E[m\Ec:so=\E[7m:se=\E[m:up=\E[A:\
- :pa#64:Co#8:Sf=\E[3%dm:Sb=\E[4%dm:op=\E[37;40m:\
- :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
- :k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:nw=\E[E:ec=\E[%dX:\
- :kb=^H:kh=\E[H:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:le=^H:eo:sf=\E[S:sr=\E[T:\
- :kN=\E[G:kP=\E[I:@7=\E[F:kI=\E[L:kD=\E[K:kB=\E[Z:\
- :IC=\E[%d@:DC=\E[%dP:SF=\E[%dS:SR=\E[%dT:AL=\E[%dL:DL=\E[%dM:\
- :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:cv=\E[%i%dd:ch=\E[%i%d`:bw:\
- :mb=\E[5m:md=\E[1m:mh=\E[30;1m:mr=\E[7m:me=\E[m:bl=^G:ut:it#8:
-cons25|ansis|ansi80x25:\
- :ac=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\305`^Da\260f\370g\361~\371.^Y-^Xh\261I^U0\333y\363z\362:\
- :tc=cons25w:
-cons25-m|ansis-mono|ansi80x25-mono:\
- :pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=cons25:
-cons50|ansil|ansi80x50:\
- :li#50:tc=cons25:
-cons50-m|ansil-mono|ansi80x50-mono:\
- :li#50:tc=cons25-m:
-# 80x25 ISO 8859-1 FreeBSD console
-cons25l1|cons25-iso8859-1:\
- :ac=l\215m\216k\214j\213u\226t\225v\227w\230q\222x\231n\217o\220s\224p\221r\223`\201a\202f\207g\210~\237.^Y-^X+\253,\273I\247y\232z\233:\
- :tc=cons25w:
-cons25l1-m|cons25-iso8859-1-mono:\
- :pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=cons25l1:
-# 80x50 ISO 8859-1 FreeBSD console
-cons50l1|cons50-iso8859-1:\
- :li#50:tc=cons25l1:
-cons50l1-m|cons50-iso8859-1-mono:\
- :li#50:tc=cons25l1-m:
-dosansi|ANSI.SYS standard crt|ansi:\
- :am:bs:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:co#80:\
- :do=\E[B:li#25:mi:nd=\E[C:\
- :se=\E[m:so=\E[7m:up=\E[A:us=\E[4m:ue=\E[m:\
- :md=\E[1m:mh=\E[m:mb=\E[5m:me=\E[m:\
- :kh=\EG:kb=^h:ku=\EH:kd=\EP:kl=\EK:kr=\EM:\
- :k1=\E;:k2=\E<:k3=\E=:k4=\E>:k5=\E?:\
- :k6=\E@:k7=\EA:k8=\EB:k9=\EC:k0=\ED:
-
-# Note: this entry describes the "native"
-# capabilities of the PC monochrome display, without ANY emulation; most
-# communications packages (but NOT PC/IX connect) do some kind of emulation.
-pc|ibmpc|ibm pc PC/IX:\
- :li#24:co#80:am:bs:bw:eo:\
- :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[;H:\
- :nd=\E[C:up=\E[A:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:
-pc3mono|IBM PC 386BSD Console with monochrome monitor:\
- :so=\E[0;1r\E[m:tc=pc3:
-pc3|ibmpc3|IBM PC 386BSD Console:\
- :Co#8:\
- :DO=\E[%dB:\
- :F1=\E[W:\
- :F2=\E[X:\
- :K1=\E[H:\
- :K2=\E[I:\
- :K3=\E[E:\
- :K4=\E[F:\
- :K5=\E[G:\
- :LE=\E[%dD:\
- :RI=\E[%dC:\
- :Sb=\E[1;%dx:\
- :Sf=\E[2;%dx:\
- :UP=\E[%dA:\
- :ac=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\305`^Da\260f\370g\361~\371.^Y-^Xh\261I^U0\333y\363z\362:\
- :am:\
- :bl=^G:\
- :bs:\
- :cb=\E[1K:\
- :cd=\E[J:\
- :ce=\E[K:\
- :cl=\E[H\E[J:\
- :cm=\E[%i%d;%dH:\
- :co#80:\
- :cr=^M:\
- :do=\E[B:\
- :ho=\E[H:\
- :is=\E[m:\
- :it#8:\
- :k;=\E[V:\
- :k1=\E[M:\
- :k2=\E[N:\
- :k3=\E[O:\
- :k4=\E[P:\
- :k5=\E[Q:\
- :k6=\E[R:\
- :k7=\E[S:\
- :k8=\E[T:\
- :k9=\E[U:\
- :kD=\177:\
- :@7=\E[F:\
- :kN=\E[G:\
- :kP=\E[I:\
- :kb=\177:\
- :kd=\E[B:\
- :kh=\E[H:\
- :kl=\E[D:\
- :kr=\E[C:\
- :ku=\E[A:\
- :le=^H:\
- :li#25:\
- :ms:\
- :nd=\E[C:\
- :op=\E[x:\
- :pa#64:\
- :rs=\E[m:\
- :se=\E[m:\
- :sf=\E[S:\
- :so=\E[7;1r\E[7m:\
- :sr=\E[T:\
- :ta=^I:\
- :te=\E[m:\
- :ti=\E[m:\
- :up=\E[A:\
- :ut:
diff --git a/release/picobsd/dial/floppy.tree/kernel.config b/release/picobsd/dial/floppy.tree/kernel.config
deleted file mode 100644
index e69de29..0000000
--- a/release/picobsd/dial/floppy.tree/kernel.config
+++ /dev/null
diff --git a/release/picobsd/dial/lang/mfs.rc.en b/release/picobsd/dial/lang/mfs.rc.en
deleted file mode 100755
index de53bbb..0000000
--- a/release/picobsd/dial/lang/mfs.rc.en
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-# $Id: mfs.rc.en,v 1.3 1998/08/07 19:29:57 abial Exp $
-### WARNING !!!!!! #####
-# We remove this file during execution (see EOF).
-# Awful things happen if its size is > 1024B
-
-trap : 2
-trap : 3
-
-HOME=/; export HOME
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
-export PATH
-
-trap "echo 'Reboot interrupted'; exit 1" 3
-
-sysctl -w vm.defer_swapspace_pageouts=1 vm.disable_swapspace_pageouts=1 2>&1 >/dev/null
-
-echo ""
-echo "-------------------------------------------"
-echo " Please wait. The system is coming up..."
-echo "-------------------------------------------"
-echo ""
-echo "Reading /etc from startup floppy..."
-mount -o rdonly /dev/fd0a /start_floppy
-cd /start_floppy/etc
-cp -Rp . /etc/
-cd /etc
-umount /start_floppy
-echo "Ok. (Now you can remove floppy if you like)"
-echo ""
-. rc
-exit 0
diff --git a/release/picobsd/dial/lang/mfs.rc.pl b/release/picobsd/dial/lang/mfs.rc.pl
deleted file mode 100755
index d59befd..0000000
--- a/release/picobsd/dial/lang/mfs.rc.pl
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-# $Id: mfs.rc.pl,v 1.3 1998/08/07 19:29:57 abial Exp $
-
-### WARNING !!!! ###
-# We remove this file during execution (see EOF)
-# Awful things happen if its size is > 1024B
-trap : 2
-trap : 3 # shouldn't be needed
-HOME=/; export HOME
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
-export PATH
-trap "echo 'Reboot zostal przerwany'; exit 1" 3
-sysctl -w vm.defer_swapspace_pageouts=1 vm.disable_swapspace_pageouts=1 2>&1 >/dev/null
-echo ""
-echo "-----------------------------------------------"
-echo " Prosze czekac. Trwa uruchamianie systemu..."
-echo "-----------------------------------------------"
-echo ""
-echo "Wczytuje konfiguracje z /etc z dyskietki... "
-mount -o rdonly /dev/fd0a /start_floppy
-cd /start_floppy/etc
-cp -Rp . /etc/
-cd /etc
-umount /start_floppy
-echo "Ok. (Jesli chcesz, mozesz juz wyjac dyskietke)"
-echo ""
-. rc
-exit 0
diff --git a/release/picobsd/dial/lang/rc.conf.en b/release/picobsd/dial/lang/rc.conf.en
deleted file mode 100644
index aca4e46..0000000
--- a/release/picobsd/dial/lang/rc.conf.en
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-# $Id: rc.conf.en,v 1.2 1998/08/10 19:07:53 abial Exp $
-### Network configuration sub-section ######################
-### Basic network options: ###
-hostname="pico.mydomain.edu" # Set this!
-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 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.
-### System console options #################################
-keymap="NO" # keymap in /usr/share/syscons/* (or NO).
-keyrate="NO" # keyboard rate to: slow, normal, fast (or NO).
-keybell="NO" # bell to duration.pitch or normal or visual (or NO).
-keychange="NO" # function keys default values (or NO).
-cursor="NO" # cursor type {normal|blink|destructive} (or NO).
-font8x16="NO" # font 8x16 from /usr/share/syscons/* (or NO).
-font8x14="NO" # font 8x14 from /usr/share/syscons/* (or NO).
-font8x8="NO" # font 8x8 from /usr/share/syscons/* (or NO).
-blanktime="NO" # blank time (in seconds) or "NO" to turn it off.
-moused_enable="YES" # Run the mouse daemon
-moused_type="microsoft"
-moused_port="/dev/cuaa0"
-moused_flags="-3"
-### 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/dial/lang/rc.conf.pl b/release/picobsd/dial/lang/rc.conf.pl
deleted file mode 100644
index 28a0bda..0000000
--- a/release/picobsd/dial/lang/rc.conf.pl
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-# $Id: rc.conf.pl,v 1.3 1998/08/10 19:07:53 abial Exp $
-### Network configuration sub-section ######################
-### Basic network options: ###
-hostname="pico.mydomain.org.pl" # Set this!
-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 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.
-### System console options #################################
-keymap="pl_PL.ISO_8859-2.kbd" # keymap in /usr/share/syscons/* (or NO).
-keyrate="NO" # keyboard rate to: slow, normal, fast (or NO).
-keybell="NO" # bell to duration.pitch or normal or visual (or NO).
-keychange="NO" # function keys default values (or NO).
-cursor="NO" # cursor type {normal|blink|destructive} (or NO).
-font8x16="iso02-8x16.fnt" # font 8x16 from /usr/share/syscons/* (or NO).
-font8x14="NO" # font 8x14 from /usr/share/syscons/* (or NO).
-font8x8="NO" # font 8x8 from /usr/share/syscons/* (or NO).
-blanktime="NO" # blank time (in seconds) or "NO" to turn it off.
-moused_enable="YES" # Run the mouse daemon
-moused_type="microsoft"
-moused_port="/dev/cuaa0"
-moused_flags="-3"
-### 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/dial/lang/rc.en b/release/picobsd/dial/lang/rc.en
deleted file mode 100644
index 8a0e806..0000000
--- a/release/picobsd/dial/lang/rc.en
+++ /dev/null
@@ -1,103 +0,0 @@
-#!/bin/sh
-# $Id: rc.en,v 1.2 1998/09/26 17:27:19 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
-# start up the initial network configuration.
-if [ -f /etc/rc.network ]; then
- . /etc/rc.network
- network_pass1
-fi
-# clean up left-over files
-if [ -n "$network_pass1_done" ]; then
- network_pass2
-fi
-if [ -n "$network_pass2_done" ]; then
- network_pass3
-fi
-
-# stdin must be redirected because it might be for a serial console
-kbddev=/dev/ttyv0
-viddev=/dev/ttyv0
-
-echo -n "Configuring console:"
-
-# keymap
-if [ "X${keymap}" != X"NO" ]; then
- echo -n ' keymap'; kbdcontrol < ${kbddev} -l /usr/share/syscons/${keymap}
-fi
-
-# keyrate
-if [ "X${keyrate}" != X"NO" ]; then
- echo -n ' keyrate'; kbdcontrol < ${kbddev} -r ${keyrate}
-fi
-
-# keybell
-if [ "X${keybell}" != X"NO" ]; then
- echo -n ' keybell'; kbdcontrol < ${kbddev} -b ${keybell}
-fi
-
-# change function keys
-if [ "X${keychange}" != X"NO" ]; then
- echo -n " keychange"
- set - ${keychange}
- while [ $# -gt 0 ]
- do
- kbdcontrol < ${kbddev} -f "$1" "$2"
- shift; shift
- done
-fi
-
-# cursor type
-if [ "X${cursor}" != X"NO" ]; then
- echo -n ' cursor'; vidcontrol < ${viddev} -c ${cursor}
-fi
-
-# font 8x16
-if [ "X${font8x16}" != X"NO" ]; then
- echo -n ' font8x16'; vidcontrol < ${viddev} -f 8x16 /usr/share/syscons/${font8x16}
-fi
-
-# font 8x14
-if [ "X${font8x14}" != X"NO" ]; then
- echo -n ' font8x14'; vidcontrol < ${viddev} -f 8x14 /usr/share/syscons/${font8x14}
-fi
-
-# font 8x8
-if [ "X${font8x8}" != X"NO" ]; then
- echo -n ' font8x8'; vidcontrol < ${viddev} -f 8x8 /usr/share/syscons/${font8x8}
-fi
-
-# blank time
-if [ "X${blanktime}" != X"NO" ]; then
- echo -n ' blanktime'; vidcontrol < ${viddev} -t ${blanktime}
-fi
-
-# mouse daemon
-if [ "X${moused_enable}" = X"YES" ] ; then
- echo -n ' moused'
- moused ${moused_flags} -p ${moused_port} -t ${moused_type}
- vidcontrol <${viddev} -m on
-fi
-
-echo ''
-echo ''
-echo ''
-echo '+---------- PicoBSD @VER@ (DIALUP) -------------+'
-echo '| |'
-echo '| Log in as "root" (no password). |'
-echo '| |'
-echo '| This version of PicoBSD is fully under |'
-echo '| BSD license (except for SSH). For more |'
-echo '| details see http://www.freebsd.org/~picobsd, |'
-echo '| or contact the author. |'
-echo '| |'
-echo '| abial@freebsd.org |'
-echo '| |'
-echo '+----------------------------------------------+'
-exit 0
diff --git a/release/picobsd/dial/lang/rc.network.en b/release/picobsd/dial/lang/rc.network.en
deleted file mode 100644
index ff32f44..0000000
--- a/release/picobsd/dial/lang/rc.network.en
+++ /dev/null
@@ -1,70 +0,0 @@
-#!/bin/sh -
-# $Id: rc.network.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $
-network_pass1() {
- echo -n 'Doing initial network setup:'
- # Set the host name if it is not already set
- if [ -z "`hostname -s`" ] ; then
- hostname $hostname
- echo ' hostname'
- fi
- # Set up all the network interfaces, calling startup scripts if needed
- for ifn in ${network_interfaces}; do
- if [ -e /etc/start_if.${ifn} ]; then
- . /etc/start_if.${ifn}
- fi
- # Do the primary ifconfig if specified
- eval ifconfig_args=\$ifconfig_${ifn}
- if [ -n "${ifconfig_args}" ] ; then
- ifconfig ${ifn} ${ifconfig_args}
- fi
- # Check to see if aliases need to be added
- alias=0
- while :
- do
- eval ifconfig_args=\$ifconfig_${ifn}_alias${alias}
- if [ -n "${ifconfig_args}" ]; then
- ifconfig ${ifn} ${ifconfig_args} alias
- alias=`expr ${alias} + 1`
- else
- break;
- fi
- done
- ifconfig ${ifn}
- done
- # Configure routing
- if [ "x$defaultrouter" != "xNO" ] ; then
- static_routes="default ${static_routes}"
- route_default="default ${defaultrouter}"
- fi
- # Set up any static routes. This should be done before router discovery.
- if [ "x${static_routes}" != "x" ]; then
- for i in ${static_routes}; do
- eval route_args=\$route_${i}
- route add ${route_args}
- done
- fi
- echo -n 'Additional routing options:'
- if [ -n "$tcp_extensions" -a "x$tcp_extensions" != "xYES" ] ; then
- echo -n ' tcp_extensions=NO'
- sysctl -w net.inet.tcp.rfc1323=0 >/dev/null 2>&1
- sysctl -w net.inet.tcp.rfc1644=0 >/dev/null 2>&1
- fi
- if [ "X$gateway_enable" = X"YES" ]; then
- echo -n ' IP_gateway=YES'
- sysctl -w net.inet.ip.forwarding=1 >/dev/null 2>&1
- fi
- if [ "X$arpproxy_all" = X"YES" ]; then
- echo -n ' turning on ARP_PROXY_ALL: '
- sysctl -w net.link.ether.inet.proxyall=1 2>&1
- fi
- echo '.'
- network_pass1_done=YES # Let future generations know we made it.
-}
-
-network_pass2() {
- network_pass2_done=YES
-}
-
-network_pass3() {
- network_pass3_done=YES
-}
diff --git a/release/picobsd/dial/lang/rc.network.pl b/release/picobsd/dial/lang/rc.network.pl
deleted file mode 100644
index 196f32b..0000000
--- a/release/picobsd/dial/lang/rc.network.pl
+++ /dev/null
@@ -1,70 +0,0 @@
-#!/bin/sh -
-# $Id: rc.network.pl,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $
-network_pass1() {
- echo -n 'Wstepna konfiguracja sieci:'
- # Set the host name if it is not already set
- if [ -z "`hostname -s`" ] ; then
- hostname $hostname
- echo ' hostname'
- fi
- # Set up all the network interfaces, calling startup scripts if needed
- for ifn in ${network_interfaces}; do
- if [ -e /etc/start_if.${ifn} ]; then
- . /etc/start_if.${ifn}
- fi
- # Do the primary ifconfig if specified
- eval ifconfig_args=\$ifconfig_${ifn}
- if [ -n "${ifconfig_args}" ] ; then
- ifconfig ${ifn} ${ifconfig_args}
- fi
- # Check to see if aliases need to be added
- alias=0
- while :
- do
- eval ifconfig_args=\$ifconfig_${ifn}_alias${alias}
- if [ -n "${ifconfig_args}" ]; then
- ifconfig ${ifn} ${ifconfig_args} alias
- alias=`expr ${alias} + 1`
- else
- break;
- fi
- done
- ifconfig ${ifn}
- done
- # Configure routing
- if [ "x$defaultrouter" != "xNO" ] ; then
- static_routes="default ${static_routes}"
- route_default="default ${defaultrouter}"
- fi
- # Set up any static routes. This should be done before router discovery.
- if [ "x${static_routes}" != "x" ]; then
- for i in ${static_routes}; do
- eval route_args=\$route_${i}
- route add ${route_args}
- done
- fi
- echo -n 'Dodatkowe opcje routingu:'
- if [ -n "$tcp_extensions" -a "x$tcp_extensions" != "xYES" ] ; then
- echo -n ' tcp_extensions=NO'
- sysctl -w net.inet.tcp.rfc1323=0 >/dev/null 2>&1
- sysctl -w net.inet.tcp.rfc1644=0 >/dev/null 2>&1
- fi
- if [ "X$gateway_enable" = X"YES" ]; then
- echo -n ' IP_gateway=YES'
- sysctl -w net.inet.ip.forwarding=1 >/dev/null 2>&1
- fi
- if [ "X$arpproxy_all" = X"YES" ]; then
- echo -n ' wlaczam ARP_PROXY_ALL: '
- sysctl -w net.link.ether.inet.proxyall=1 2>&1
- fi
- echo '.'
- network_pass1_done=YES # Let future generations know we made it.
-}
-
-network_pass2() {
- network_pass2_done=YES
-}
-
-network_pass3() {
- network_pass3_done=YES
-}
diff --git a/release/picobsd/dial/lang/rc.pl b/release/picobsd/dial/lang/rc.pl
deleted file mode 100644
index 61dfd2f..0000000
--- a/release/picobsd/dial/lang/rc.pl
+++ /dev/null
@@ -1,107 +0,0 @@
-#!/bin/sh
-#
-# $Id: rc.pl,v 1.2 1998/09/26 17:27:19 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
-# 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
-if [ -n "$network_pass1_done" ]; then
- network_pass2
-fi
-if [ -n "$network_pass2_done" ]; then
- network_pass3
-fi
-
-# stdin must be redirected because it might be for a serial console
-kbddev=/dev/ttyv0
-viddev=/dev/ttyv0
-
-echo -n "Konfigurowanie konsoli:"
-
-# keymap
-if [ "X${keymap}" != X"NO" ]; then
- echo -n ' mapa klawiatury'; kbdcontrol <${kbddev} -l /usr/share/syscons/${keymap}
-fi
-
-# keyrate
-if [ "X${keyrate}" != X"NO" ]; then
- echo -n ' keyrate'; kbdcontrol <${kbddev} -r ${keyrate}
-fi
-
-# keybell
-if [ "X${keybell}" != X"NO" ]; then
- echo -n ' keybell'; kbdcontrol <${kbddev} -b ${keybell}
-fi
-
-# change function keys
-if [ "X${keychange}" != X"NO" ]; then
- echo -n " keychange"
- set - ${keychange}
- while [ $# -gt 0 ]
- do
- kbdcontrol <${kbddev} -f "$1" "$2"
- shift; shift
- done
-fi
-
-# cursor type
-if [ "X${cursor}" != X"NO" ]; then
- echo -n ' kursor'; vidcontrol <${viddev} -c ${cursor}
-fi
-
-# font 8x16
-if [ "X${font8x16}" != X"NO" ]; then
- echo -n ' font8x16'; vidcontrol <${viddev} -f 8x16 /usr/share/syscons/${font8x16}
-fi
-
-# font 8x14
-if [ "X${font8x14}" != X"NO" ]; then
- echo -n ' font8x14'; vidcontrol <${viddev} -f 8x14 /usr/share/syscons/${font8x14}
-fi
-
-# font 8x8
-if [ "X${font8x8}" != X"NO" ]; then
- echo -n ' font8x8'; vidcontrol <${viddev} -f 8x8 /usr/share/syscons/${font8x8}
-fi
-
-# blank time
-if [ "X${blanktime}" != X"NO" ]; then
- echo -n ' wygaszacz'; vidcontrol <${viddev} -t ${blanktime}
-fi
-
-# mouse daemon
-if [ "X${moused_enable}" = X"YES" ] ; then
- echo -n ' moused'
- moused ${moused_flags} -p ${moused_port} -t ${moused_type}
- vidcontrol <${viddev} -m on
-fi
-
-echo ''
-echo ''
-echo '+----------- PicoBSD @VER@ (DIALUP) ------------+'
-echo '| |'
-echo '| Zaloguj sie jako "root" (brak hasla). |'
-echo '| |'
-echo '| PicoBSD podlega licencji BSD (z wyjatkiem |'
-echo '| SSH). Po wiecej szczegolow zajrzyj na |'
-echo '| http://www.freebsd.org/~picobsd, lub |'
-echo '| skontaktuj sie z autorem. |'
-echo '| |'
-echo '| abial@freebsd.org |'
-echo '| |'
-echo '+----------------------------------------------+'
-exit 0
diff --git a/release/picobsd/dial/lang/resolv.conf.en b/release/picobsd/dial/lang/resolv.conf.en
deleted file mode 100644
index c373f5b..0000000
--- a/release/picobsd/dial/lang/resolv.conf.en
+++ /dev/null
@@ -1,3 +0,0 @@
-# $Id: resolv.conf.en,v 1.1.1.1 1998/07/14 07:30: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
deleted file mode 100644
index 1843c29..0000000
--- a/release/picobsd/dial/lang/resolv.conf.pl
+++ /dev/null
@@ -1,3 +0,0 @@
-# $Id: resolv.conf.pl,v 1.2 1998/08/10 19:07:53 abial Exp $
-domain mydomain.org.pl
-nameserver 194.204.159.1
diff --git a/release/picobsd/dial/mfs.tree/mfs.mtree b/release/picobsd/dial/mfs.mtree
index 9e0318a..11aafac 100644
--- a/release/picobsd/dial/mfs.tree/mfs.mtree
+++ b/release/picobsd/dial/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/dial/mfs.tree/login.conf b/release/picobsd/dial/mfs.tree/login.conf
deleted file mode 100644
index ddfb8cc..0000000
--- a/release/picobsd/dial/mfs.tree/login.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-# $Id: login.conf,v 1.1 1998/08/10 19:08:02 abial Exp $
-
-# Authentication methods
-
-auth-defaults:\
- :auth=krb_skey_or_passwd,passwd,kerberos,skey:
-
-auth-root-defaults:\
- :auth-login=krb_skey_or_passwd,passwd,kerberos,skey:\
- :auth-rlogin=krb_or_skey,kerberos,skey:
-auth-ftp-defaults:\
- :auth=skey_or_pwd,passwd,skey:
-# Example defaults
-default:\
- :cputime=infinity:\
- :datasize-cur=22M:\
- :stacksize-cur=8M:\
- :memorylocked-cur=10M:\
- :memoryuse-cur=30M:\
- :filesize=infinity:\
- :coredumpsize=infinity:\
- :maxproc-cur=64:\
- :openfiles-cur=64:\
- :priority=0:\
- :requirehome@:\
- :umask=022:\
- :tc=auth-defaults:
-
-# root - fallback for root logins
-root:\
- :path=~/bin /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin:\
- :cputime=infinity:\
- :datasize=infinity:\
- :stacksize=infinity:\
- :memorylocked=infinity:\
- :memoryuse=infinity:\
- :filesize=infinity:\
- :coredumpsize=infinity:\
- :openfiles=infinity:\
- :maxproc=infinity:\
- :memoryuse-cur=32M:\
- :maxproc-cur=64:\
- :openfiles-cur=1024:\
- :priority=0:\
- :requirehome@:\
- :umask=022:\
- :tc=auth-root-defaults:
-# Settings used by /etc/rc
-daemon:\
- :coredumpsize@:\
- :coredumpsize-cur=0:\
- :datasize=infinity:\
- :datasize-cur@:\
- :maxproc=512:\
- :maxproc-cur@:\
- :memoryuse-cur=64M:\
- :memorylocked-cur=64M:\
- :openfiles=1024:\
- :openfiles-cur@:\
- :stacksize=16M:\
- :stacksize-cur@:\
- :tc=default:
OpenPOWER on IntegriCloud