aboutsummaryrefslogtreecommitdiff
path: root/share.BSD
diff options
context:
space:
mode:
Diffstat (limited to 'share.BSD')
-rw-r--r--share.BSD/Makefile6
-rw-r--r--share.BSD/fstab21
-rw-r--r--share.BSD/group16
-rw-r--r--share.BSD/master.passwd15
4 files changed, 58 insertions, 0 deletions
diff --git a/share.BSD/Makefile b/share.BSD/Makefile
new file mode 100644
index 00000000..73872aab
--- /dev/null
+++ b/share.BSD/Makefile
@@ -0,0 +1,6 @@
+DIR = /usr/share/baselayout
+FILES = fstab group
+FILES_SECURE = master.passwd
+
+TOPDIR = ..
+include $(TOPDIR)/default.mk
diff --git a/share.BSD/fstab b/share.BSD/fstab
new file mode 100644
index 00000000..b28c3fc9
--- /dev/null
+++ b/share.BSD/fstab
@@ -0,0 +1,21 @@
+# /etc/fstab: static file system information.
+#
+# noatime turns off atimes for increased performance (atimes normally aren't
+# needed.
+#
+# The root filesystem should have a pass number of either 0 or 1.
+# All other filesystems should have a pass number of 0 or greater than 1.
+#
+# See the manpage fstab(5) for more information.
+#
+
+# <fs> <mountpoint> <type> <opts> <dump/pass>
+
+/dev/ad0s1a / ufs rw,noatime 1 1
+/dev/ad0s1b none swap sw 0 0
+
+/dev/acd0 /mnt/cdrom cd9660 ro,noauto 0 0
+
+# Enable this line to mount /proc automatically.
+# Required for Linux emulation.
+#none /proc linprocfs rw,noexec,nosuid 0 0
diff --git a/share.BSD/group b/share.BSD/group
new file mode 100644
index 00000000..3cd3c2a1
--- /dev/null
+++ b/share.BSD/group
@@ -0,0 +1,16 @@
+wheel:*:0:root
+daemon:*:1:
+kmem:*:2:
+sys:*:3:
+tty:*:4:
+operator:*:5:root
+mail:*:6:
+bin:*:7:
+news:*:8:
+guest:*:31:
+uucp:*:66:
+dialer:*:68:
+network:*:69:
+portage:*:250:
+nogroup:*:65533:
+nobody:*:65534:
diff --git a/share.BSD/master.passwd b/share.BSD/master.passwd
new file mode 100644
index 00000000..cc546e19
--- /dev/null
+++ b/share.BSD/master.passwd
@@ -0,0 +1,15 @@
+root:*:0:0::0:0:GOD:/root:/bin/bash
+toor:*:0:0::0:0:Bourne-again Superuser:/root:
+daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
+operator:*:2:5::0:0:System Operator:/:/usr/sbin/nologin
+bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin
+tty:*:4:65533::0:0:Tty Sandbox:/:/usr/sbin/nologin
+kmem:*:5:65533::0:0:KMem Sandbox:/:/usr/sbin/nologin
+mail:*:6:6::0:0:Mail programs:/var/spool/mail:/usr/sbin/nologin
+games:*:7:13::0:0:Games pseudo-user:/usr/games:/usr/sbin/nologin
+news:*:8:8::0:0:News Subsystem:/:/usr/sbin/nologin
+man:*:9:9::0:0:Mister Man Pages:/usr/share/man:/usr/sbin/nologin
+smmsp:*:25:25::0:0:Sendmail Submission User:/var/spool/clientmqueue:/usr/sbin/nologin
+uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
+portage:*:250:250::0:0:Portage user:/var/tmp/portage/homedir:/bin/sh
+nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin