summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/innokom-20030513/exports9
-rw-r--r--etc/innokom-20030513/fstab12
-rw-r--r--etc/innokom-20030513/group3
-rw-r--r--etc/innokom-20030513/gshadow3
-rw-r--r--etc/innokom-20030513/hosts1
-rwxr-xr-xetc/innokom-20030513/init.d/nfs-server12
-rwxr-xr-xetc/innokom-20030513/init.d/rcS18
-rwxr-xr-xetc/innokom-20030513/init.d/root-remount12
-rw-r--r--etc/innokom-20030513/inittab46
-rw-r--r--etc/innokom-20030513/ld.so.conf0
-rw-r--r--etc/innokom-20030513/mtab11
-rw-r--r--etc/innokom-20030513/nsswitch.conf27
-rw-r--r--etc/innokom-20030513/passwd3
-rw-r--r--etc/innokom-20030513/profile19
-rw-r--r--etc/innokom-20030513/proftpd.conf77
-rw-r--r--etc/innokom-20030513/shadow3
-rw-r--r--etc/innokom-20030513/shadow-3
-rw-r--r--etc/rayonic-20030625/fstab11
-rw-r--r--etc/rayonic-20030625/group3
-rw-r--r--etc/rayonic-20030625/gshadow3
-rwxr-xr-xetc/rayonic-20030625/init.d/rcS18
-rwxr-xr-xetc/rayonic-20030625/init.d/root-remount12
-rw-r--r--etc/rayonic-20030625/inittab27
-rw-r--r--etc/rayonic-20030625/ld.so.conf0
-rw-r--r--etc/rayonic-20030625/mtab11
-rw-r--r--etc/rayonic-20030625/nsswitch.conf27
-rw-r--r--etc/rayonic-20030625/passwd2
-rw-r--r--etc/rayonic-20030625/profile18
-rw-r--r--etc/rayonic-20030625/proftpd.conf77
-rw-r--r--etc/rayonic-20030625/shadow2
-rw-r--r--etc/rayonic-20030625/shadow-2
31 files changed, 472 insertions, 0 deletions
diff --git a/etc/innokom-20030513/exports b/etc/innokom-20030513/exports
new file mode 100644
index 000000000..15f1e7538
--- /dev/null
+++ b/etc/innokom-20030513/exports
@@ -0,0 +1,9 @@
+#
+# /etc/exports
+#
+# Configuration for Auerswald Innokom
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+/ 192.168.21.0/24(sync,no_root_squash,rw)
diff --git a/etc/innokom-20030513/fstab b/etc/innokom-20030513/fstab
new file mode 100644
index 000000000..d2a9dfbd4
--- /dev/null
+++ b/etc/innokom-20030513/fstab
@@ -0,0 +1,12 @@
+#
+# /etc/fstab
+#
+# Configuration for Auerswald Innokom
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+proc /proc proc defaults 0 0
+devpts /dev/pts devpts defaults 0 0
+/dev/mtdblock/3 /data jffs2 defaults 0 0
+
diff --git a/etc/innokom-20030513/group b/etc/innokom-20030513/group
new file mode 100644
index 000000000..b5f2e0e74
--- /dev/null
+++ b/etc/innokom-20030513/group
@@ -0,0 +1,3 @@
+root:x:0:
+users:x:100:
+ftp:x:101:
diff --git a/etc/innokom-20030513/gshadow b/etc/innokom-20030513/gshadow
new file mode 100644
index 000000000..f215519e9
--- /dev/null
+++ b/etc/innokom-20030513/gshadow
@@ -0,0 +1,3 @@
+root:*::
+users:*::
+ftp:*::
diff --git a/etc/innokom-20030513/hosts b/etc/innokom-20030513/hosts
new file mode 100644
index 000000000..ba712fe03
--- /dev/null
+++ b/etc/innokom-20030513/hosts
@@ -0,0 +1 @@
+127.0.0.1 localhost
diff --git a/etc/innokom-20030513/init.d/nfs-server b/etc/innokom-20030513/init.d/nfs-server
new file mode 100755
index 000000000..bc53faeb5
--- /dev/null
+++ b/etc/innokom-20030513/init.d/nfs-server
@@ -0,0 +1,12 @@
+#! /bin/sh
+#
+# /etc/init.d/nfs-server
+#
+# Kai-Uwe Bloem, <kai-uwe.bloem@auerswald.de>
+# Copyright (C) 2003 GDS
+
+/sbin/portmap
+/sbin/nfsd 2
+/sbin/mountd
+/sbin/exportfs -a
+
diff --git a/etc/innokom-20030513/init.d/rcS b/etc/innokom-20030513/init.d/rcS
new file mode 100755
index 000000000..ed74666bf
--- /dev/null
+++ b/etc/innokom-20030513/init.d/rcS
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# /etc/init.d/rcS
+#
+# Configuration for Auerswald Innokom
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+echo
+echo "PTXDIST - prerelease 2003-03-04"
+echo "Please report problems with this software"
+echo "to Robert Schwebel <r.schwebel@pengutronix.de>"
+echo
+
+echo -n "mounting filesystems..."
+mount -a
+echo "done."
diff --git a/etc/innokom-20030513/init.d/root-remount b/etc/innokom-20030513/init.d/root-remount
new file mode 100755
index 000000000..ab473e1d5
--- /dev/null
+++ b/etc/innokom-20030513/init.d/root-remount
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# /etc/init.d/root-remount
+#
+# Configuration for Auerswald Innokom
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+echo "remounting root filesystem read/write..."
+mount -o remount,rw /dev/root /
+echo "done."
diff --git a/etc/innokom-20030513/inittab b/etc/innokom-20030513/inittab
new file mode 100644
index 000000000..b47c960f3
--- /dev/null
+++ b/etc/innokom-20030513/inittab
@@ -0,0 +1,46 @@
+#
+# /etc/inittab
+#
+# Configuration for Auerswald Innokom
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+# 2003/03/03 Kai-Uwe Bloem <kai-uwe.bloem@auerswald.de>
+
+::sysinit:/sbin/unlock /dev/mtd/2
+::sysinit:/sbin/unlock /dev/mtd/3
+
+::sysinit:/bin/mount -n -a
+#::sysinit:/usr/bin/yes | /sbin/e2fsck /dev/ide/host0/bus0/target0/lun0/part1
+::sysinit:/etc/init.d/root-remount
+::sysinit:/bin/hostname localhost
+##::sysinit:/sbin/cleanup-logs
+::sysinit:/sbin/klogd
+::sysinit:/bin/echo 0 >/proc/sys/kernel/printk
+::sysinit:/sbin/syslogd
+#::sysinit:/sbin/syslogd host:514 (for remote logging)
+##::sysinit:/sbin/ifconfig eth0 192.168.21.48 up
+::sysinit:/sbin/ifconfig lo 127.0.0.1 up
+::sysinit:/sbin/utelnetd -d
+
+##::sysinit:/sbin/nfs-server
+#::sysinit:/sbin/nfs-mount
+##::sysinit:/sbin/read-hwclock
+##::sysinit:/opt/auerswald/lk.sh
+#::sysinit:/opt/auerswald/start_db_und_web.sh
+::sysinit:/bin/rm -f /opt/auerswald/eeprom.dat
+
+# Start userland network services
+#::respawn:/sbin/utelnetd
+#::respawn:/sbin/proftpd -n
+#::respawn:/opt/auerswald/ets
+
+# put a getty on a serial line (for a terminal)
+#::respawn:/sbin/getty -L ttyS0 9600 vt100
+
+# Start an "askfirst" shell on the console
+::askfirst:-/bin/sh
+
+# Stuff to do before rebooting
+::ctrlaltdel:/sbin/reboot
+::shutdown:/bin/umount -a -r
+
diff --git a/etc/innokom-20030513/ld.so.conf b/etc/innokom-20030513/ld.so.conf
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/etc/innokom-20030513/ld.so.conf
diff --git a/etc/innokom-20030513/mtab b/etc/innokom-20030513/mtab
new file mode 100644
index 000000000..8827fda09
--- /dev/null
+++ b/etc/innokom-20030513/mtab
@@ -0,0 +1,11 @@
+#
+# /etc/mtab
+#
+# Configuration for Auerswald Innokom
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+/dev/root / nfs rw,v2,rsize=4096,wsize=4096,hard,udp,nolock,addr=192.168.1.2 0 0
+none /dev devfs rw 0 0
+proc /proc proc rw 0 0
+devpts /dev/pts devpts rw 0 0
diff --git a/etc/innokom-20030513/nsswitch.conf b/etc/innokom-20030513/nsswitch.conf
new file mode 100644
index 000000000..1ecf2d383
--- /dev/null
+++ b/etc/innokom-20030513/nsswitch.conf
@@ -0,0 +1,27 @@
+#
+# /etc/nsswitch.conf
+#
+# Configuration for Auerswald Innokom
+#
+# 2002/10/13 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+passwd: files
+group: files
+
+hosts: files
+networks: files
+
+services: files
+protocols: files
+rpc: files
+ethers: files
+netmasks: files
+netgroup: files
+publickey: files
+
+bootparams: files
+automount: files
+aliases: files
+
+
diff --git a/etc/innokom-20030513/passwd b/etc/innokom-20030513/passwd
new file mode 100644
index 000000000..be4a06ca2
--- /dev/null
+++ b/etc/innokom-20030513/passwd
@@ -0,0 +1,3 @@
+root:x:0:0:root:/:/bin/sh
+custom:x:500:100:Auerswald Custom User:/home:/bin/sh
+ftp:x:501:101:anonymous ftp user:/dev/null:/bin/false
diff --git a/etc/innokom-20030513/profile b/etc/innokom-20030513/profile
new file mode 100644
index 000000000..fa4347555
--- /dev/null
+++ b/etc/innokom-20030513/profile
@@ -0,0 +1,19 @@
+#
+# /etc/profile
+#
+# Configuration for Auerswald Innokom
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+export PATH="$PATH:/usr/bin:/bin:/sbin:."
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/lib:/usr/lib:."
+
+#umask 022
+
+#This fixes the backspace when telnetting in.
+#if [ "$TERM" != "linux" ]; then
+# stty erase ^H
+#fi
+#PS1="# "
+
diff --git a/etc/innokom-20030513/proftpd.conf b/etc/innokom-20030513/proftpd.conf
new file mode 100644
index 000000000..96dd15033
--- /dev/null
+++ b/etc/innokom-20030513/proftpd.conf
@@ -0,0 +1,77 @@
+#
+# FTP Server for Auerswald Innokom
+#
+# Configuration by Robert Schwebel <r.schwebel@pengutronix.de>
+# Pengutronix, 2002/10/13
+#
+
+# ServerName "Master Webserver"
+
+# Spawn from inetd?
+#ServerType inetd
+ServerType standalone
+
+# don't give the server banner until _after_ authentication
+DeferWelcome off
+
+# Some basic defaults
+Port 21
+Umask 022
+TimeoutLogin 120
+TimeoutIdle 600
+TimeoutNoTransfer 900
+TimeoutStalled 3600
+
+# User and group
+User root
+Group root
+
+# This is a non-customer usable name, (ie they should be connecting via www.{domain})
+# not 'hostname'. Therefore let's dump them in a dummy account and wait for them to
+# scream.
+DefaultRoot /
+
+# Performance, let's do DNS resolution when we process the logs...
+UseReverseDNS off
+
+# Where do we put the pid files?
+ScoreboardPath /tmp
+
+# Logging options
+TransferLog NONE
+
+# Some logging formats
+LogFormat default "%h %l %u %t \"%r\" %s %b"
+LogFormat auth "%v [%P] %h %t \"%r\" %s"
+LogFormat write "%h %l %u %t \"%r\" %s %b"
+
+
+# Global settings
+<Global>
+ DisplayLogin /etc/ftp-welcome.msg
+ DisplayFirstChdir readme
+
+ # having to delete before uploading is a pain ;)
+ AllowOverwrite yes
+
+ # Turn off Ident lookups
+
+ # Logging
+ # file/dir access
+ #ExtendedLog /var/spool/syslog/proftpd/access.log WRITE,READ write
+
+ # Record all logins
+ #ExtendedLog /var/spool/syslog/proftpd/auth.log AUTH auth
+
+ # Paranoia logging level....
+ ##ExtendedLog /var/spool/syslog/proftpd/paranoid.log ALL default
+
+</Global>
+
+<Directory /home/*>
+ AllowOverwrite on
+</Directory>
+
+# Where to store the PID of the proftpd process in standalone mode
+PidFile /tmp/proftpd.pid
+
diff --git a/etc/innokom-20030513/shadow b/etc/innokom-20030513/shadow
new file mode 100644
index 000000000..214420cea
--- /dev/null
+++ b/etc/innokom-20030513/shadow
@@ -0,0 +1,3 @@
+root:mCYAfK576tNPw:0:0:99999:7:::
+custom:m6VYRgF.s/Mb6:0:0:99999:7:::
+ftp::0:0:99999:7:::
diff --git a/etc/innokom-20030513/shadow- b/etc/innokom-20030513/shadow-
new file mode 100644
index 000000000..e6795cbbd
--- /dev/null
+++ b/etc/innokom-20030513/shadow-
@@ -0,0 +1,3 @@
+root:mCYAfK576tNPw:0:0:99999:7:::
+custom:YqbFvJuW9txas:0:0:99999:7:::
+ftp::0:0:99999:7:::
diff --git a/etc/rayonic-20030625/fstab b/etc/rayonic-20030625/fstab
new file mode 100644
index 000000000..36d797b67
--- /dev/null
+++ b/etc/rayonic-20030625/fstab
@@ -0,0 +1,11 @@
+#
+# /etc/fstab
+#
+# Configuration for Auerswald
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+proc /proc proc defaults 0 0
+devpts /dev/pts devpts defaults 0 0
+
diff --git a/etc/rayonic-20030625/group b/etc/rayonic-20030625/group
new file mode 100644
index 000000000..14b0dbdb9
--- /dev/null
+++ b/etc/rayonic-20030625/group
@@ -0,0 +1,3 @@
+root:x:0:
+users:x:100:
+innokom:x:101:
diff --git a/etc/rayonic-20030625/gshadow b/etc/rayonic-20030625/gshadow
new file mode 100644
index 000000000..11ae0d358
--- /dev/null
+++ b/etc/rayonic-20030625/gshadow
@@ -0,0 +1,3 @@
+root:*::
+users:*::
+innokom:*::
diff --git a/etc/rayonic-20030625/init.d/rcS b/etc/rayonic-20030625/init.d/rcS
new file mode 100755
index 000000000..97a84dfc8
--- /dev/null
+++ b/etc/rayonic-20030625/init.d/rcS
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# /etc/init.d/rcS
+#
+# Configuration for Rayonic
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+echo
+echo "PTXDIST - prerelease 2002-10-03"
+echo "Please report problems with this software"
+echo "to Robert Schwebel <r.schwebel@pengutronix.de>"
+echo
+
+echo -n "mounting filesystems..."
+mount -a
+echo "done."
diff --git a/etc/rayonic-20030625/init.d/root-remount b/etc/rayonic-20030625/init.d/root-remount
new file mode 100755
index 000000000..cb0e77efa
--- /dev/null
+++ b/etc/rayonic-20030625/init.d/root-remount
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# /etc/init.d/root-remount
+#
+# Configuration for Rayonic
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+echo "remounting root filesystem read/write..."
+mount -o remount,rw /dev/root /
+echo "done."
diff --git a/etc/rayonic-20030625/inittab b/etc/rayonic-20030625/inittab
new file mode 100644
index 000000000..2ae195d50
--- /dev/null
+++ b/etc/rayonic-20030625/inittab
@@ -0,0 +1,27 @@
+#
+# /etc/inittab
+#
+# Configuration for Auerswald
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+::sysinit:/bin/mount -a
+::sysinit:/bin/echo
+#::sysinit:/etc/init.d/root-remount
+::sysinit:/sbin/syslogd
+#::sysinit:/sbin/syslogd host:514 (for remote logging)
+
+# Start userland network services
+#::respawn:/sbin/utelnetd
+
+# put a getty on a serial line (for a terminal)
+#::respawn:/sbin/getty -L ttyS0 9600 vt100
+
+# Start an "askfirst" shell on the console
+::askfirst:-/bin/sh
+
+# Stuff to do before rebooting
+::ctrlaltdel:/sbin/reboot
+::shutdown:/bin/umount -a -r
+
diff --git a/etc/rayonic-20030625/ld.so.conf b/etc/rayonic-20030625/ld.so.conf
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/etc/rayonic-20030625/ld.so.conf
diff --git a/etc/rayonic-20030625/mtab b/etc/rayonic-20030625/mtab
new file mode 100644
index 000000000..4689b843c
--- /dev/null
+++ b/etc/rayonic-20030625/mtab
@@ -0,0 +1,11 @@
+#
+# /etc/mtab
+#
+# Configuration for Rayonic
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+/dev/root / nfs rw,v2,rsize=4096,wsize=4096,hard,udp,nolock,addr=192.168.1.2 0 0
+none /dev devfs rw 0 0
+proc /proc proc rw 0 0
+devpts /dev/pts devpts rw 0 0
diff --git a/etc/rayonic-20030625/nsswitch.conf b/etc/rayonic-20030625/nsswitch.conf
new file mode 100644
index 000000000..690d29d3e
--- /dev/null
+++ b/etc/rayonic-20030625/nsswitch.conf
@@ -0,0 +1,27 @@
+#
+# /etc/nsswitch.conf
+#
+# Configuration for Rayonic
+#
+# 2002/10/13 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+passwd: files
+group: files
+
+hosts: files
+networks: files
+
+services: files
+protocols: files
+rpc: files
+ethers: files
+netmasks: files
+netgroup: files
+publickey: files
+
+bootparams: files
+automount: files
+aliases: files
+
+
diff --git a/etc/rayonic-20030625/passwd b/etc/rayonic-20030625/passwd
new file mode 100644
index 000000000..7b4f8b20d
--- /dev/null
+++ b/etc/rayonic-20030625/passwd
@@ -0,0 +1,2 @@
+root:x:0:0:root:/:/bin/sh
+innokom:x:500:100:Innokom User:/home:/bin/sh
diff --git a/etc/rayonic-20030625/profile b/etc/rayonic-20030625/profile
new file mode 100644
index 000000000..2f0a47d54
--- /dev/null
+++ b/etc/rayonic-20030625/profile
@@ -0,0 +1,18 @@
+#
+# /etc/profile
+#
+# Configuration for Rayonic
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+export PATH="$PATH:/usr/bin:/bin:/sbin:."
+
+#umask 022
+
+#This fixes the backspace when telnetting in.
+#if [ "$TERM" != "linux" ]; then
+# stty erase ^H
+#fi
+#PS1="# "
+
diff --git a/etc/rayonic-20030625/proftpd.conf b/etc/rayonic-20030625/proftpd.conf
new file mode 100644
index 000000000..6cf1b566f
--- /dev/null
+++ b/etc/rayonic-20030625/proftpd.conf
@@ -0,0 +1,77 @@
+#
+# FTP Server for Rayonic GmbH
+#
+# Configuration by Robert Schwebel <r.schwebel@pengutronix.de>
+# Pengutronix, 2002/10/13
+#
+
+# ServerName "Master Webserver"
+
+# Spawn from inetd?
+#ServerType inetd
+ServerType standalone
+
+# don't give the server banner until _after_ authentication
+DeferWelcome off
+
+# Some basic defaults
+Port 21
+Umask 022
+TimeoutLogin 120
+TimeoutIdle 600
+TimeoutNoTransfer 900
+TimeoutStalled 3600
+
+# User and group
+User root
+Group root
+
+# This is a non-customer usable name, (ie they should be connecting via www.{domain})
+# not 'hostname'. Therefore let's dump them in a dummy account and wait for them to
+# scream.
+DefaultRoot /
+
+# Performance, let's do DNS resolution when we process the logs...
+UseReverseDNS off
+
+# Where do we put the pid files?
+ScoreboardPath /tmp
+
+# Logging options
+TransferLog NONE
+
+# Some logging formats
+LogFormat default "%h %l %u %t \"%r\" %s %b"
+LogFormat auth "%v [%P] %h %t \"%r\" %s"
+LogFormat write "%h %l %u %t \"%r\" %s %b"
+
+
+# Global settings
+<Global>
+ DisplayLogin /etc/ftp-welcome.msg
+ DisplayFirstChdir readme
+
+ # having to delete before uploading is a pain ;)
+ AllowOverwrite yes
+
+ # Turn off Ident lookups
+
+ # Logging
+ # file/dir access
+ #ExtendedLog /var/spool/syslog/proftpd/access.log WRITE,READ write
+
+ # Record all logins
+ #ExtendedLog /var/spool/syslog/proftpd/auth.log AUTH auth
+
+ # Paranoia logging level....
+ ##ExtendedLog /var/spool/syslog/proftpd/paranoid.log ALL default
+
+</Global>
+
+<Directory /home/*>
+ AllowOverwrite on
+</Directory>
+
+# Where to store the PID of the proftpd process in standalone mode
+PidFile /tmp/proftpd.pid
+
diff --git a/etc/rayonic-20030625/shadow b/etc/rayonic-20030625/shadow
new file mode 100644
index 000000000..9808376a1
--- /dev/null
+++ b/etc/rayonic-20030625/shadow
@@ -0,0 +1,2 @@
+root::0:0:99999:7:::
+innokom::0:0:99999:7:::
diff --git a/etc/rayonic-20030625/shadow- b/etc/rayonic-20030625/shadow-
new file mode 100644
index 000000000..2e28df9ef
--- /dev/null
+++ b/etc/rayonic-20030625/shadow-
@@ -0,0 +1,2 @@
+root::0:0:99999:7:::
+custom::0:0:99999:7:::