From b439703b4d3198f0d1c2568b3f97576d39ed914f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 14 Nov 2007 13:34:42 +0000 Subject: These files belong with baselayout --- share.BSD/Makefile | 6 ------ share.BSD/fstab | 21 --------------------- share.BSD/group | 18 ------------------ share.BSD/master.passwd | 15 --------------- 4 files changed, 60 deletions(-) delete mode 100644 share.BSD/Makefile delete mode 100644 share.BSD/fstab delete mode 100644 share.BSD/group delete mode 100644 share.BSD/master.passwd (limited to 'share.BSD') diff --git a/share.BSD/Makefile b/share.BSD/Makefile deleted file mode 100644 index 73872aab..00000000 --- a/share.BSD/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index b28c3fc9..00000000 --- a/share.BSD/fstab +++ /dev/null @@ -1,21 +0,0 @@ -# /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. -# - -# - -/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 deleted file mode 100644 index df722791..00000000 --- a/share.BSD/group +++ /dev/null @@ -1,18 +0,0 @@ -wheel:*:0:root -daemon:*:1: -kmem:*:2: -sys:*:3: -tty:*:4: -operator:*:5:root -mail:*:6: -bin:*:7: -news:*:8: -audio:*:18: -guest:*:31: -uucp:*:66: -dialer:*:68: -network:*:69: -users:*:100:games -portage:*:250: -nogroup:*:65533: -nobody:*:65534: diff --git a/share.BSD/master.passwd b/share.BSD/master.passwd deleted file mode 100644 index cc546e19..00000000 --- a/share.BSD/master.passwd +++ /dev/null @@ -1,15 +0,0 @@ -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 -- cgit v1.2.3