summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2004-03-24 07:53:12 +0000
committerluigi <luigi@FreeBSD.org>2004-03-24 07:53:12 +0000
commit7bf19fe91a2775e25a8a11c01a1c422f58a08fa9 (patch)
treea39fa96fc377e5ea090c7ee865c15ab310e509a2 /release/picobsd
parent45303d82f3ce1f04476d445ce0c05576da4422a7 (diff)
downloadFreeBSD-src-7bf19fe91a2775e25a8a11c01a1c422f58a08fa9.zip
FreeBSD-src-7bf19fe91a2775e25a8a11c01a1c422f58a08fa9.tar.gz
remove this floppy image.
Diffstat (limited to 'release/picobsd')
-rw-r--r--release/picobsd/router/PICOBSD77
-rw-r--r--release/picobsd/router/PICOBSD.hints53
-rw-r--r--release/picobsd/router/config1
-rw-r--r--release/picobsd/router/crunch.conf39
-rw-r--r--release/picobsd/router/floppy.tree.exclude13
-rw-r--r--release/picobsd/router/floppy.tree/etc/mfs.rc25
-rw-r--r--release/picobsd/router/floppy.tree/etc/rc18
-rw-r--r--release/picobsd/router/floppy.tree/etc/rc.firewall172
-rw-r--r--release/picobsd/router/lang/BAD_DOCS!!!0
-rw-r--r--release/picobsd/router/lang/README.en40
-rw-r--r--release/picobsd/router/lang/README.pl39
-rw-r--r--release/picobsd/router/lang/boot.help.en18
-rw-r--r--release/picobsd/router/lang/boot.help.pl16
-rw-r--r--release/picobsd/router/lang/hosts.en5
-rw-r--r--release/picobsd/router/lang/hosts.pl5
-rw-r--r--release/picobsd/router/lang/motd.en9
-rw-r--r--release/picobsd/router/lang/motd.pl11
17 files changed, 0 insertions, 541 deletions
diff --git a/release/picobsd/router/PICOBSD b/release/picobsd/router/PICOBSD
deleted file mode 100644
index 8f6b93e..0000000
--- a/release/picobsd/router/PICOBSD
+++ /dev/null
@@ -1,77 +0,0 @@
-#
-# $FreeBSD$
-#
-#Line starting with #PicoBSD contains PicoBSD build parameters
-#marker def_sz init MFS_inodes floppy_inodes
-#PicoBSD 2000 oinit 3072 32768
-options MD_ROOT_SIZE=2000 # same as def_sz
-
-hints "PICOBSD.hints"
-machine i386
-#cpu I386_CPU
-cpu I486_CPU
-cpu I586_CPU
-cpu I686_CPU
-ident PICOBSD
-#maxusers 10
-
-#options MATH_EMULATE #Support for x87 emulation
-options INET #InterNETworking
-options FFS #Berkeley Fast Filesystem
-#options NFS #Network Filesystem
-options MD_ROOT #MFS as root
-#options MSDOSFS #MSDOS Filesystem
-#options CD9660 #ISO 9660 Filesystem
-#options PROCFS #Process filesystem
-options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
-options IPFIREWALL
-options IPFIREWALL_DEFAULT_TO_ACCEPT
-options IPDIVERT
-#options DEVFS
-options NO_SWAPPING
-# Support for bridging and bandwidth limiting
-#options DUMMYNET
-#options BRIDGE
-
-device isa
-device pci
-
-device fdc
-
-# atkbdc0 controlls both the keyboard and the PS/2 mouse
-device atkbdc 1
-device atkbd
-
-device vga
-
-# syscons is the default console driver, resembling an SCO console
-device sc 1
-
-device npx
-
-device sio
-
-# The following Ethernet NICs are all PCI devices.
-#
-device miibus
-device dc
-device fxp
-
-# Order is important here due to intrusive probes, do *not* alphabetize
-# this list of network interfaces until the probes have been fixed.
-# Right now it appears that the ie0 must be probed before ep0. See
-# revision 1.20 of this file.
-
-device ed
-device ep
-device ie
-
-device loop
-device ether
-#device tun 2
-device ppp 4
-device pty 16
-device md
-
-options COMPAT_OLDISA #Use ISA shims and glue for old drivers
-
diff --git a/release/picobsd/router/PICOBSD.hints b/release/picobsd/router/PICOBSD.hints
deleted file mode 100644
index b9d89f7..0000000
--- a/release/picobsd/router/PICOBSD.hints
+++ /dev/null
@@ -1,53 +0,0 @@
-# $FreeBSD$
-hint.fdc.0.at="isa"
-hint.fdc.0.port="0x3F0"
-hint.fdc.0.irq="6"
-hint.fdc.0.drq="2"
-hint.fd.0.at="fdc0"
-hint.fd.0.drive="0"
-hint.atkbdc.0.at="isa"
-hint.atkbdc.0.port="0x060"
-hint.atkbd.0.at="atkbdc"
-hint.atkbd.0.irq="1"
-hint.vga.0.at="isa"
-hint.sc.0.at="isa"
-hint.npx.0.at="nexus"
-hint.npx.0.port="0x0F0"
-hint.npx.0.irq="13"
-hint.sio.0.at="isa"
-hint.sio.0.port="0x3F8"
-hint.sio.0.flags="0x10"
-hint.sio.0.irq="4"
-hint.sio.1.at="isa"
-hint.sio.1.port="0x2F8"
-hint.sio.1.irq="3"
-hint.sio.2.at="isa"
-hint.sio.2.disabled="1"
-hint.sio.2.port="0x3E8"
-hint.sio.2.irq="5"
-hint.sio.3.at="isa"
-hint.sio.3.disabled="1"
-hint.sio.3.port="0x2E8"
-hint.sio.3.irq="9"
-hint.ed.0.at="isa"
-hint.ed.0.port="0x280"
-hint.ed.0.irq="5"
-hint.ed.0.maddr="0xd8000"
-hint.ed.1.at="isa"
-hint.ed.1.port="0x300"
-hint.ed.1.irq="10"
-hint.ed.1.maddr="0xd0000"
-hint.ep.0.at="isa"
-hint.ep.0.port="0x300"
-hint.ep.0.irq="10"
-hint.ep.1.at="isa"
-hint.ep.1.port="0x280"
-hint.ep.1.irq="5"
-hint.ie.0.at="isa"
-hint.ie.0.port="0x300"
-hint.ie.0.irq="5"
-hint.ie.0.maddr="0xd0000"
-hint.ie.1.at="isa"
-hint.ie.1.port="0x360"
-hint.ie.1.irq="7"
-hint.ie.1.maddr="0xd0000"
diff --git a/release/picobsd/router/config b/release/picobsd/router/config
deleted file mode 100644
index 224cd64..0000000
--- a/release/picobsd/router/config
+++ /dev/null
@@ -1 +0,0 @@
-o_no_devfs="" # we have devfs
diff --git a/release/picobsd/router/crunch.conf b/release/picobsd/router/crunch.conf
deleted file mode 100644
index 85ebe36..0000000
--- a/release/picobsd/router/crunch.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-# $FreeBSD$
-#
-# NOTE: the string "/usr/src" will be automatically replaced with the
-# correct value set in 'build' script - you should change it there
-
-# Default build options
-buildopts -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC
-
-# other sources
-srcdirs /usr/src/bin
-srcdirs /usr/src/sbin/i386
-srcdirs /usr/src/sbin
-srcdirs /usr/src/usr.bin
-srcdirs /usr/src/gnu/usr.bin
-srcdirs /usr/src/usr.sbin
-srcdirs /usr/src/libexec
-# sources for ns & vm
-srcdirs /usr/src/release/picobsd/tinyware
-
-progs hostname cat kget
-progs oinit ifconfig df sps ns vm msg
-progs cp rm ls reboot
-progs sysctl route
-progs mount umount
-progs kill natd
-
-progs pppd less
-ln less more
-progs ping traceroute routed ipfw
-
-progs minigzip
-ln minigzip gzip
-ln sps ps
-ln ns netstat
-ln msg dmesg
-
-libs -lncurses -lmytinfo -lipx -lz -lpcap -lalias
-libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm
-libs -lgnuregex
diff --git a/release/picobsd/router/floppy.tree.exclude b/release/picobsd/router/floppy.tree.exclude
deleted file mode 100644
index 8850a34..0000000
--- a/release/picobsd/router/floppy.tree.exclude
+++ /dev/null
@@ -1,13 +0,0 @@
-etc/inetd.conf
-etc/master.passwd
-etc/mfs.login.conf
-etc/mfs.rc
-etc/rc
-etc/rc.conf
-etc/rc.firewall
-etc/rc.network
-etc/rc.serial
-etc/remote
-etc/shells
-etc/snmpd.conf
-etc/ttys
diff --git a/release/picobsd/router/floppy.tree/etc/mfs.rc b/release/picobsd/router/floppy.tree/etc/mfs.rc
deleted file mode 100644
index dae7f8a..0000000
--- a/release/picobsd/router/floppy.tree/etc/mfs.rc
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-# This file is interpreted by oinit(8)
-#
-ncons 2
-motd /etc/motd
-set HOME=/
-set PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
-
-sysctl vm.defer_swapspace_pageouts=1 vm.disable_swapspace_pageouts=1
-
-### Special setup for one floppy PICOBSD ###
-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 /dev/fd0a
-echo "Ok. (Now you may remove floppy if you like)"
-echo
-. rc
diff --git a/release/picobsd/router/floppy.tree/etc/rc b/release/picobsd/router/floppy.tree/etc/rc
deleted file mode 100644
index 794e928..0000000
--- a/release/picobsd/router/floppy.tree/etc/rc
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-### Special setup for one floppy PICOBSD ###
-ifconfig lo0 inet 127.0.0.1 netmask 0xffffff00
-hostname pico
-echo ""
-echo ""
-echo '+----------- PicoBSD @VER@ (ROUTER) ------------+'
-echo '| |'
-echo '| This version of PicoBSD is fully under |'
-echo '| BSD license. For more details see |'
-echo '| http://www.freebsd.org/~picobsd, or contact |'
-echo '| the author. |'
-echo '| |'
-echo '| abial@freebsd.org |'
-echo '| |'
-echo '+----------------------------------------------+'
-echo ""
diff --git a/release/picobsd/router/floppy.tree/etc/rc.firewall b/release/picobsd/router/floppy.tree/etc/rc.firewall
deleted file mode 100644
index c2860ba..0000000
--- a/release/picobsd/router/floppy.tree/etc/rc.firewall
+++ /dev/null
@@ -1,172 +0,0 @@
-############
-# Setup system for firewall service.
-# $FreeBSD$
-
-############
-# Define the firewall type in /etc/rc.conf. Valid values are:
-# open - will allow anyone in
-# client - will try to protect just this machine
-# simple - will try to protect a whole network
-# closed - totally disables IP services except via lo0 interface
-# UNKNOWN - disables the loading of firewall rules.
-# filename - will load the rules in the given filename (full path required)
-#
-# For ``client'' and ``simple'' the entries below should be customized
-# appropriately.
-
-############
-#
-# If you don't know enough about packet filtering, we suggest that you
-# take time to read this book:
-#
-# Building Internet Firewalls
-# Brent Chapman and Elizabeth Zwicky
-#
-# O'Reilly & Associates, Inc
-# ISBN 1-56592-124-0
-# http://www.ora.com/
-#
-# For a more advanced treatment of Internet Security read:
-#
-# Firewalls & Internet Security
-# Repelling the wily hacker
-# William R. Cheswick, Steven M. Bellowin
-#
-# Addison-Wesley
-# ISBN 0-201-6337-4
-# http://www.awl.com/
-#
-
-if [ "x$1" != "x" ]; then
- firewall_type=$1
-fi
-
-############
-# Set quiet mode if requested
-if [ "x$firewall_quiet" = "xYES" ]; then
- fwcmd="/sbin/ipfw -q"
-else
- fwcmd="/sbin/ipfw"
-fi
-
-############
-# Flush out the list before we begin.
-$fwcmd -f flush
-
-############
-# If you just configured ipfw in the kernel as a tool to solve network
-# problems or you just want to disallow some particular kinds of traffic
-# they you will want to change the default policy to open. You can also
-# do this as your only action by setting the firewall_type to ``open''.
-
-# $fwcmd add 65000 pass all from any to any
-
-############
-# Only in rare cases do you want to change these rules
-$fwcmd add 1000 pass all from any to any via lo0
-$fwcmd add 1010 deny all from 127.0.0.0/8 to 127.0.0.0/8
-
-
-# Prototype setups.
-if [ "${firewall_type}" = "open" -o "${firewall_type}" = "OPEN" ]; then
-
- $fwcmd add 65000 pass all from any to any
-
-elif [ "${firewall_type}" = "client" ]; then
-
- ############
- # This is a prototype setup that will protect your system somewhat against
- # people from outside your own network.
- ############
-
- # set these to your network and netmask and ip
- net="192.168.4.0"
- mask="255.255.255.0"
- ip="192.168.4.17"
-
- # Allow any traffic to or from my own net.
- $fwcmd add pass all from ${ip} to ${net}:${mask}
- $fwcmd add pass all from ${net}:${mask} to ${ip}
-
- # Allow TCP through if setup succeeded
- $fwcmd add pass tcp from any to any established
-
- # Allow setup of incoming email
- $fwcmd add pass tcp from any to ${ip} 25 setup
-
- # Allow setup of outgoing TCP connections only
- $fwcmd add pass tcp from ${ip} to any setup
-
- # Disallow setup of all other TCP connections
- $fwcmd add deny tcp from any to any setup
-
- # Allow DNS queries out in the world
- $fwcmd add pass udp from any 53 to ${ip}
- $fwcmd add pass udp from ${ip} to any 53
-
- # Allow NTP queries out in the world
- $fwcmd add pass udp from any 123 to ${ip}
- $fwcmd add pass udp from ${ip} to any 123
-
- # Everything else is denied as default.
-
-elif [ "${firewall_type}" = "simple" ]; then
-
- ############
- # This is a prototype setup for a simple firewall. Configure this machine
- # as a named server and ntp server, and point all the machines on the inside
- # at this machine for those services.
- ############
-
- # set these to your outside interface network and netmask and ip
- oif="ed0"
- onet="192.168.4.0"
- omask="255.255.255.0"
- oip="192.168.4.17"
-
- # set these to your inside interface network and netmask and ip
- iif="ed1"
- inet="192.168.3.0"
- imask="255.255.255.0"
- iip="192.168.3.17"
-
- # Stop spoofing
- $fwcmd add deny all from ${inet}:${imask} to any in via ${oif}
- $fwcmd add deny all from ${onet}:${omask} to any in via ${iif}
-
- # Stop RFC1918 nets on the outside interface
- $fwcmd add deny all from 192.168.0.0:255.255.0.0 to any via ${oif}
- $fwcmd add deny all from 172.16.0.0:255.240.0.0 to any via ${oif}
- $fwcmd add deny all from 10.0.0.0:255.0.0.0 to any via ${oif}
-
- # Allow TCP through if setup succeeded
- $fwcmd add pass tcp from any to any established
-
- # Allow setup of incoming email
- $fwcmd add pass tcp from any to ${oip} 25 setup
-
- # Allow access to our DNS
- $fwcmd add pass tcp from any to ${oip} 53 setup
-
- # Allow access to our WWW
- $fwcmd add pass tcp from any to ${oip} 80 setup
-
- # Reject&Log all setup of incoming connections from the outside
- $fwcmd add deny log tcp from any to any in via ${oif} setup
-
- # Allow setup of any other TCP connection
- $fwcmd add pass tcp from any to any setup
-
- # Allow DNS queries out in the world
- $fwcmd add pass udp from any 53 to ${oip}
- $fwcmd add pass udp from ${oip} to any 53
-
- # Allow NTP queries out in the world
- $fwcmd add pass udp from any 123 to ${oip}
- $fwcmd add pass udp from ${oip} to any 123
-
- # Everything else is denied as default.
-
-elif [ "${firewall_type}" != "UNKNOWN" -a -r "${firewall_type}" ]; then
- $fwcmd ${firewall_type}
-fi
diff --git a/release/picobsd/router/lang/BAD_DOCS!!! b/release/picobsd/router/lang/BAD_DOCS!!!
deleted file mode 100644
index e69de29..0000000
--- a/release/picobsd/router/lang/BAD_DOCS!!!
+++ /dev/null
diff --git a/release/picobsd/router/lang/README.en b/release/picobsd/router/lang/README.en
deleted file mode 100644
index 71e9dd2..0000000
--- a/release/picobsd/router/lang/README.en
+++ /dev/null
@@ -1,40 +0,0 @@
-1998.07.12, Warsaw, Poland
-
- PicoBSD @VER@ (ROUTER)
- ------------------
-
-
-What is PicoBSD?
-----------------
-
-It's a one floppy version of FreeBSD (please see http://www.freebsd.org),
-configured as a stand-alone router. It offers also IP Firewall capabilities.
-
-You can find more information on the home page of this project at:
-
- http://www.freebsd.org/~picobsd/
-
-What are minimal requirements?
-------------------------------
-
-* 386SX CPU or better (there is an FPU emulator in kernel)
-* 4MB RAM - the more the better. The system will run a couple of small
- processes in 4MB - enough to configure static routes and IP Firewall. If
- you want to run routed(8), you'll need at least 6MB.
-* Modem sitting on COM1-COM4 (default is to use COM2), if you want to have
- a PPP connection.
-* Network card: compatible with NE2000, PCI Intel, 3Com 3c509 or with DEC
- chipsets (ed, ep, fxp and de drivers). The kernel supports two of them
- (i.e. 7 total) plus two PPP connections (tun interfaces). So you can
- easily build something like router with as many as 9 outlets :-)
-
-For detailed description and list of supported hardware see the original
-documentation, or:
-
- http://www.freebsd.org/~picobsd/picobsd.html
-
-I'll be glad hearing from you about your experiences with PicoBSD. Thanks.
-
-Have fun!
-
-Andrzej Bialecki <abial@freebsd.org>
diff --git a/release/picobsd/router/lang/README.pl b/release/picobsd/router/lang/README.pl
deleted file mode 100644
index 269348b..0000000
--- a/release/picobsd/router/lang/README.pl
+++ /dev/null
@@ -1,39 +0,0 @@
-1998.07.12, Warszawa
-
- PicoBSD @VER@ (wersja ROUTER)
- -------------------------
-
-Co to jest PicoBSD?
--------------------
-
-Jest to jednodyskietkowa wersja FreeBSD skonfigurowana pod katem
-zastosowania jako router, oferuje rowniez modul IP Firewall i translacje
-adresow (NAT).
-
-W celu zapoznania sie z pelnym systemem zajrzyj na http://www.freebsd.org.
-Oficjalna strona tego projektu znajduje sie na
-
- http://www.freebsd.org/~picobsd.
-
-Jakie sa minimalne wymagania?
------------------------------
-
-* Procesor 386SX lub lepszy (jadro posiada emulator FPU)
-* 4MB pamieci - jest to absolutnie nieprzekraczalne minimum. Oczywiscie im
- wiecej, tym lepiej - przy tej ilosci mozliwe jest skonfigurowanie
- statycznego routingu oraz IP Firewalla; jesli potrzebujesz rowniez
- daemona routed i translacji adresow, wymagane jest minimum 6MB.
-* Modem, skonfigurowany na COM1-COM4 (standardowo system wykorzystuje COM2),
- jesli bedzie wykorzystywany dostep przez PPP.
-* Karta sieciowa: kompatybilna z NE2000, niektore typy 3Com, lub wersje PCI z
- chipsetem DEC21040 (drivery ed, ep, fxp i de). Jadro jest skonfigurowane
- tak, zeby moc obsluzyc po dwie karty ed, ep, i de (czyli w sumie siedem)
- oraz dwa polaczenia PPP rownoczesnie. Mozna wiec zbudowac router z 9
- interfejsami... :-)
-
-Po dalsze szczegoly zajrzyj do oryginalnej dokumentacji.
-
-
-Milej zabawy!
-
-Andrzej Bialecki <abial@freebsd.org>
diff --git a/release/picobsd/router/lang/boot.help.en b/release/picobsd/router/lang/boot.help.en
deleted file mode 100644
index 7cbce13..0000000
--- a/release/picobsd/router/lang/boot.help.en
+++ /dev/null
@@ -1,18 +0,0 @@
-Usage: bios_drive:interface(unit,partition)kernel_name options
- bios_drive 0, 1, ...
- interface fd, wd or sd
- unit 0, 1, ...
- partition a, c, ...
- kernel_name name of kernel, or ? for list of files in root directory
- options -a (ask name) -C (cdrom) -c (userconfig) -D (dual consoles)
- -d (debug early) -g (gdb) -h (serial console) -P (probe kbd)
- -r (default root) -s (single user) -v (verbose)
-Examples:
- 1:sd(0,a)mykernel boot `mykernel' on the first SCSI drive when one IDE
- drive is present
- 1:wd(2,a) boot from the second (secondary master) IDE drive
- 1:sd(0,a)? list the files in the root directory on the specified
- drive/unit/partition, and set the default bios_drive,
- interface, unit and partition
- -cv boot with the defaults, then run UserConfig to modify
- hardware parameters (c), and print verbose messages (v)
diff --git a/release/picobsd/router/lang/boot.help.pl b/release/picobsd/router/lang/boot.help.pl
deleted file mode 100644
index bb5b422..0000000
--- a/release/picobsd/router/lang/boot.help.pl
+++ /dev/null
@@ -1,16 +0,0 @@
-Opcje: dysk_bios:kontroler(dysk,partycja)nazwa_kernela opcje
- dysk_bios 0, 1, ...
- kontroler fd (dyskietka), wd (dysk IDE) lub sd (dysk SCSI)
- dysk 0, 1, ... (numer dysku w kontrolerze)
- partycja a, c, e, f ... (wedlug nazewnictwa BSD)
- nazwa_kernela nazwa pliku kernela, lub ? zeby dostac liste plikow
- opcje -a (pytaj o rootdev) -C (cdrom) -c (userconf.) -D (podwojna konsola)
- -d (uruchom debugger) -g (gdb) -h (konsola szeregowa)
- -P (probkuj klawiature) -r (domyslny rootdev) -s (tryb single user)
- -v (verbose - szczegolowe komunikaty)
-Np: 1:sd(0,a)mykernel startuj `mykernel' z 1 dysku SCSI gdy jest tez 1 dysk
- IDE, i jednoczesnie ustaw go jako domyslny dysk_bios,
- kontroler, dysk i partycje
- -cv startuj z parametrami domyslnymi, potem uruchom
- konfiguracje param. sprzetowych (-c), i podawaj
- szczegolowe komunikaty w trakcie bootowania (-v).
diff --git a/release/picobsd/router/lang/hosts.en b/release/picobsd/router/lang/hosts.en
deleted file mode 100644
index 53f13ba..0000000
--- a/release/picobsd/router/lang/hosts.en
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-# This file should contain the addresses and aliases
-# for local hosts that share this file.
-127.0.0.1 localhost localhost.mydomain.edu
-127.0.0.1 pico.mydomain.edu
diff --git a/release/picobsd/router/lang/hosts.pl b/release/picobsd/router/lang/hosts.pl
deleted file mode 100644
index 89081d79..0000000
--- a/release/picobsd/router/lang/hosts.pl
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-# 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/lang/motd.en b/release/picobsd/router/lang/motd.en
deleted file mode 100644
index d0b0360..0000000
--- a/release/picobsd/router/lang/motd.en
+++ /dev/null
@@ -1,9 +0,0 @@
-==================================================
- )\_)\
-PicoBSD @VER@ (ROUTER) (o,o)
- __ \~/
-Welcome to PicoBSD! -->====\
- ~~ d d
-You can find a short description of the picoBSD
-system in http://www.freebsd.org/~picobsd/.
-
diff --git a/release/picobsd/router/lang/motd.pl b/release/picobsd/router/lang/motd.pl
deleted file mode 100644
index 5acadf0..0000000
--- a/release/picobsd/router/lang/motd.pl
+++ /dev/null
@@ -1,11 +0,0 @@
-=======================================================
- )\_)\
-PicoBSD @VER@ (ROUTER) (o,o)
- __ \~/
-Witamy w PicoBSD! -->====\
- ~~ d d
-Dokumentacja systemu znajduje sie na picoBSD
-http://www.freebsd.org/~picobsd/.
-
-Wiecej informacji znajdziesz u autora (abial@freebsd.org).
-
OpenPOWER on IntegriCloud