Date: Sunday, April 1, 2012 @ 19:44:22 Author: tomegun Revision: 155346
archrelease: copy trunk to testing-any Added: filesystem/repos/testing-any/PKGBUILD (from rev 155345, filesystem/trunk/PKGBUILD) filesystem/repos/testing-any/crypttab (from rev 155345, filesystem/trunk/crypttab) filesystem/repos/testing-any/filesystem.install (from rev 155345, filesystem/trunk/filesystem.install) filesystem/repos/testing-any/fstab (from rev 155345, filesystem/trunk/fstab) filesystem/repos/testing-any/group (from rev 155345, filesystem/trunk/group) filesystem/repos/testing-any/gshadow (from rev 155345, filesystem/trunk/gshadow) filesystem/repos/testing-any/host.conf (from rev 155345, filesystem/trunk/host.conf) filesystem/repos/testing-any/hosts (from rev 155345, filesystem/trunk/hosts) filesystem/repos/testing-any/issue (from rev 155345, filesystem/trunk/issue) filesystem/repos/testing-any/ld.so.conf (from rev 155345, filesystem/trunk/ld.so.conf) filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first (from rev 155345, filesystem/trunk/modprobe.d.usb-load-ehci-first) filesystem/repos/testing-any/motd (from rev 155345, filesystem/trunk/motd) filesystem/repos/testing-any/nsswitch.conf (from rev 155345, filesystem/trunk/nsswitch.conf) filesystem/repos/testing-any/passwd (from rev 155345, filesystem/trunk/passwd) filesystem/repos/testing-any/profile (from rev 155345, filesystem/trunk/profile) filesystem/repos/testing-any/resolv.conf (from rev 155345, filesystem/trunk/resolv.conf) filesystem/repos/testing-any/securetty (from rev 155345, filesystem/trunk/securetty) filesystem/repos/testing-any/shadow (from rev 155345, filesystem/trunk/shadow) filesystem/repos/testing-any/shells (from rev 155345, filesystem/trunk/shells) Deleted: filesystem/repos/testing-any/PKGBUILD filesystem/repos/testing-any/crypttab filesystem/repos/testing-any/filesystem.install filesystem/repos/testing-any/fstab filesystem/repos/testing-any/group filesystem/repos/testing-any/gshadow filesystem/repos/testing-any/host.conf filesystem/repos/testing-any/hosts filesystem/repos/testing-any/issue filesystem/repos/testing-any/ld.so.conf filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first filesystem/repos/testing-any/motd filesystem/repos/testing-any/nsswitch.conf filesystem/repos/testing-any/passwd filesystem/repos/testing-any/profile filesystem/repos/testing-any/resolv.conf filesystem/repos/testing-any/securetty filesystem/repos/testing-any/shadow filesystem/repos/testing-any/shells --------------------------------+ PKGBUILD | 192 +++++++++++++++++++-------------------- crypttab | 66 ++++++------- filesystem.install | 118 +++++++++++------------ fstab | 10 +- group | 62 ++++++------ gshadow | 62 ++++++------ host.conf | 16 +-- hosts | 18 +-- issue | 4 ld.so.conf | 14 +- modprobe.d.usb-load-ehci-first | 4 nsswitch.conf | 38 +++---- passwd | 14 +- profile | 54 +++++----- resolv.conf | 16 +-- securetty | 30 +++--- shadow | 14 +- shells | 16 +-- 18 files changed, 374 insertions(+), 374 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2012-04-01 23:43:12 UTC (rev 155345) +++ PKGBUILD 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,96 +0,0 @@ -# $Id$ -# Maintainer: Tom Gundersen <t...@jklm.no> - -pkgname=filesystem -pkgver=2012.2 -pkgrel=3 -pkgdesc='Base filesystem' -arch=('any') -license=('GPL') -url='http://www.archlinux.org' -groups=('base') -install='filesystem.install' -depends=('iana-etc' 'bash' 'coreutils') -backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc/passwd' - 'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 'etc/nsswitch.conf' - 'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue') -source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf' - 'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'resolv.conf' 'shells' - 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first') - -package() { - cd ${pkgdir} - - # - # setup root filesystem - # - for d in bin boot dev etc home lib/modules media mnt sbin usr var opt srv/http sys run; do - install -d -m755 ${d} - done - install -d -m555 proc - install -d -m0750 root - install -d -m1777 tmp - # vsftpd won't run with write perms on /srv/ftp - install -d -m555 -g ftp srv/ftp - - # setup /etc - install -d etc/{ld.so.conf.d,skel,profile.d} - for f in fstab group host.conf hosts issue ld.so.conf motd nsswitch.conf passwd resolv.conf securetty shells profile; do - install -m644 ${srcdir}/${f} etc/ - done - ln -s /proc/self/mounts etc/mtab - for f in gshadow shadow crypttab; do - install -m600 ${srcdir}/${f} etc/ - done - touch etc/arch-release - install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first usr/lib/modprobe.d/usb-load-ehci-first.conf - - # setup /var - for d in cache/man local opt log/old lib/misc empty run; do - install -d -m755 var/${d} - done - install -d -m1777 var/{tmp,spool/mail,lock} - # allow setgid games to write scores - install -d -m775 -g games var/games - ln -s spool/mail var/mail - # not ready yet, needs possible change in pacman or other magic - # is fixed by initscripts on next boot -# ln -s ../run var/run -# ln -s ../run/lock var/lock - - # - # setup /usr hierarchy - # - for d in bin include lib sbin share/misc src; do - install -d -m755 usr/${d} - done - for d in $(seq 8); do - install -d -m755 usr/share/man/man${d} - done - - - # - # setup /usr/local hierarchy - # - for d in bin etc games include lib man sbin share src; do - install -d -m755 usr/local/${d} - done - ln -s ../man usr/local/share/man -} -md5sums=('772fe869b921698cc3e6fde73c4ac85a' - '7813c481156f6b280a3ba91fc6236368' - '13753e4e0964f3652b0cc60a28528bdf' - '4c4540eeb748bf1f71d631b8c1dcf0b3' - 'f28150d4c0b22a017be51b9f7f9977ed' - '6e488ffecc8ba142c0cf7e2d7aeb832e' - '8a9042a2cedf6b6b47eb8973f14289cb' - 'b8355d9d2782f424f4cedcf682651be0' - 'ca716f853860199c1286e7939b2f2666' - 'e5d8323a4dbee7a6d0d2a19cbf4b819f' - '7bc65f234dfb6abf24e7c3b03e86f4ff' - 'd41d8cd98f00b204e9800998ecf8427e' - '6f48288b6fcaf0065fcb7b0e525413e0' - '22518e922891f9359f971f4f5b4e793c' - 'd2dc4e39dbdea75b107f91789e3274ab' - 'f3b6ae7db8adffaaa4bffc6099dcbd50' - 'a8a962370cd0128465d514e6a1f74130') Copied: filesystem/repos/testing-any/PKGBUILD (from rev 155345, filesystem/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,96 @@ +# $Id$ +# Maintainer: Tom Gundersen <t...@jklm.no> + +pkgname=filesystem +pkgver=2012.2 +pkgrel=4 +pkgdesc='Base filesystem' +arch=('any') +license=('GPL') +url='http://www.archlinux.org' +groups=('base') +install='filesystem.install' +depends=('iana-etc' 'bash' 'coreutils') +backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc/passwd' + 'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 'etc/nsswitch.conf' + 'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue') +source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf' + 'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'resolv.conf' 'shells' + 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first') + +package() { + cd ${pkgdir} + + # + # setup root filesystem + # + for d in bin boot dev etc home lib/modules media mnt sbin usr var opt srv/http sys run; do + install -d -m755 ${d} + done + install -d -m555 proc + install -d -m0750 root + install -d -m1777 tmp + # vsftpd won't run with write perms on /srv/ftp + install -d -m555 -g ftp srv/ftp + + # setup /etc + install -d etc/{ld.so.conf.d,skel,profile.d} + for f in fstab group host.conf hosts issue ld.so.conf motd nsswitch.conf passwd resolv.conf securetty shells profile; do + install -m644 ${srcdir}/${f} etc/ + done + ln -s /proc/self/mounts etc/mtab + for f in gshadow shadow crypttab; do + install -m600 ${srcdir}/${f} etc/ + done + touch etc/arch-release + install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first usr/lib/modprobe.d/usb-load-ehci-first.conf + + # setup /var + for d in cache/man local opt log/old lib/misc empty run; do + install -d -m755 var/${d} + done + install -d -m1777 var/{tmp,spool/mail,lock} + # allow setgid games to write scores + install -d -m775 -g games var/games + ln -s spool/mail var/mail + # not ready yet, needs possible change in pacman or other magic + # is fixed by initscripts on next boot +# ln -s ../run var/run +# ln -s ../run/lock var/lock + + # + # setup /usr hierarchy + # + for d in bin include lib sbin share/misc src; do + install -d -m755 usr/${d} + done + for d in $(seq 8); do + install -d -m755 usr/share/man/man${d} + done + + + # + # setup /usr/local hierarchy + # + for d in bin etc games include lib man sbin share src; do + install -d -m755 usr/local/${d} + done + ln -s ../man usr/local/share/man +} +md5sums=('772fe869b921698cc3e6fde73c4ac85a' + '7813c481156f6b280a3ba91fc6236368' + '13753e4e0964f3652b0cc60a28528bdf' + '4c4540eeb748bf1f71d631b8c1dcf0b3' + 'f28150d4c0b22a017be51b9f7f9977ed' + '6e488ffecc8ba142c0cf7e2d7aeb832e' + '8a9042a2cedf6b6b47eb8973f14289cb' + 'b8355d9d2782f424f4cedcf682651be0' + 'ca716f853860199c1286e7939b2f2666' + 'e5d8323a4dbee7a6d0d2a19cbf4b819f' + '7bc65f234dfb6abf24e7c3b03e86f4ff' + 'd41d8cd98f00b204e9800998ecf8427e' + '6f48288b6fcaf0065fcb7b0e525413e0' + '22518e922891f9359f971f4f5b4e793c' + 'd2dc4e39dbdea75b107f91789e3274ab' + 'f3b6ae7db8adffaaa4bffc6099dcbd50' + 'a8a962370cd0128465d514e6a1f74130') Deleted: crypttab =================================================================== --- crypttab 2012-04-01 23:43:12 UTC (rev 155345) +++ crypttab 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,33 +0,0 @@ -# crypttab: Mappings for encrypted partitions -# -# Each mapped device will be created in /dev/mapper, so your /etc/fstab -# should use the /dev/mapper/{NAME} paths for encrypted devices. -# -# Each PASSWORD field can be an absolute pathname to a key file (starting -# with a slash, recommended) or a literal string that will be used as -# a passphrase. To use special characters in the passphrase, surround it -# by quotes, the usual bash quoting rules apply. -# There are two special keywords that cannot be used as passphrases: -# - ASK ask for a passphrase on boot -# - SWAP use a random key and create a swapspace afterwards -# WARNING: use the SWAP keyword carefully, as it overwrites the data -# on the specified partition -# -# To create a key file: -# hashalot -n 32 ripemd160 >/etc/crytfs.key -# or -# dd if=/dev/urandom of=/etc/cryptfs.key bs=256 count=1 -# -# To pass additional options to cryptsetup for non-LUKS partitions, use the -# fourth column. -# -# NOTE: Do not list your root (/) partition here, it must be set up -# beforehand by the initramfs (/etc/mkinitcpio.conf). - - -# NAME SOURCE DEVICE PASSWORD OPTIONS -#home /dev/hda4 mypassword -#data1 /dev/hda3 "my \"password\"" -#data2 /dev/hda5 /etc/cryptfs.key -#swap /dev/hdx4 SWAP -c aes-cbc-essiv:sha256 -s 256 -#vol /dev/hdb7 ASK Copied: filesystem/repos/testing-any/crypttab (from rev 155345, filesystem/trunk/crypttab) =================================================================== --- crypttab (rev 0) +++ crypttab 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,33 @@ +# crypttab: Mappings for encrypted partitions +# +# Each mapped device will be created in /dev/mapper, so your /etc/fstab +# should use the /dev/mapper/{NAME} paths for encrypted devices. +# +# Each PASSWORD field can be an absolute pathname to a key file (starting +# with a slash, recommended) or a literal string that will be used as +# a passphrase. To use special characters in the passphrase, surround it +# by quotes, the usual bash quoting rules apply. +# There are two special keywords that cannot be used as passphrases: +# - ASK ask for a passphrase on boot +# - SWAP use a random key and create a swapspace afterwards +# WARNING: use the SWAP keyword carefully, as it overwrites the data +# on the specified partition +# +# To create a key file: +# hashalot -n 32 ripemd160 >/etc/crytfs.key +# or +# dd if=/dev/urandom of=/etc/cryptfs.key bs=256 count=1 +# +# To pass additional options to cryptsetup for non-LUKS partitions, use the +# fourth column. +# +# NOTE: Do not list your root (/) partition here, it must be set up +# beforehand by the initramfs (/etc/mkinitcpio.conf). + + +# NAME SOURCE DEVICE PASSWORD OPTIONS +#home /dev/hda4 mypassword +#data1 /dev/hda3 "my \"password\"" +#data2 /dev/hda5 /etc/cryptfs.key +#swap /dev/hdx4 SWAP -c aes-cbc-essiv:sha256 -s 256 +#vol /dev/hdb7 ASK Deleted: filesystem.install =================================================================== --- filesystem.install 2012-04-01 23:43:12 UTC (rev 155345) +++ filesystem.install 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,59 +0,0 @@ -post_install() { - [ -f var/log/lastlog ] || : >var/log/lastlog - [ -f var/log/wtmp ] || : >var/log/wtmp - [ -f var/log/btmp ] || (: >var/log/btmp && chmod 600 var/log/btmp) - # workaround for bug #7194 - # readded due to bug #9465 - # please do not remove! - chmod 1777 var/spool/mail tmp var/tmp var/lock -} - -# args: <group> [options] -_addgroup() { - if ! getent group "$1"; then - groupadd "$@" >/dev/null - fi -} - -# args: <group> [options] -_adduser() { - if ! getent passwd "$1"; then - useradd "$@" >/dev/null - fi -} - -post_upgrade() { - post_install - - _addgroup optical -g 93 - _addgroup audio -g 92 - _addgroup video -g 91 - _addgroup floppy -g 94 - _addgroup storage -g 95 - _addgroup log -g 19 - _addgroup utmp -g 20 - _addgroup power -g 98 - _addgroup network -g 90 - _addgroup games -g 50 - _addgroup uucp -g 14 - _addgroup http -g 33 - _adduser http -u 33 -d /srv/http -g http -s /bin/false - _addgroup scanner -g 96 - _addgroup rfkill -g 24 - - # sync gshadow to group (fixes FS#19869 - if ! grep -q '^rfkill:' etc/gshadow; then - grpconv >/dev/null - fi - - if ! grep -q '^include /etc/ld.so.conf.d/\*.conf$' etc/ld.so.conf; then - echo 'include /etc/ld.so.conf.d/*.conf' >> etc/ld.so.conf - fi - - # set "Last password change" > 0; otherwise su $user wont work - for user in bin daemon mail ftp http nobody; do - if LANG=C chage -l ${user} | grep -q 'password must be changed'; then - chage -d 14871 ${user} - fi - done -} Copied: filesystem/repos/testing-any/filesystem.install (from rev 155345, filesystem/trunk/filesystem.install) =================================================================== --- filesystem.install (rev 0) +++ filesystem.install 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,59 @@ +post_install() { + [ -f var/log/lastlog ] || : >var/log/lastlog + [ -f var/log/wtmp ] || : >var/log/wtmp + [ -f var/log/btmp ] || (: >var/log/btmp && chmod 600 var/log/btmp) + # workaround for bug #7194 + # readded due to bug #9465 + # please do not remove! + chmod 1777 var/spool/mail tmp var/tmp var/lock +} + +# args: <group> [options] +_addgroup() { + if ! getent group "$1" >/dev/null; then + groupadd "$@" >/dev/null + fi +} + +# args: <group> [options] +_adduser() { + if ! getent passwd "$1" >/dev/null; then + useradd "$@" >/dev/null + fi +} + +post_upgrade() { + post_install + + _addgroup optical -g 93 + _addgroup audio -g 92 + _addgroup video -g 91 + _addgroup floppy -g 94 + _addgroup storage -g 95 + _addgroup log -g 19 + _addgroup utmp -g 20 + _addgroup power -g 98 + _addgroup network -g 90 + _addgroup games -g 50 + _addgroup uucp -g 14 + _addgroup http -g 33 + _adduser http -u 33 -d /srv/http -g http -s /bin/false + _addgroup scanner -g 96 + _addgroup rfkill -g 24 + + # sync gshadow to group (fixes FS#19869 + if ! grep -q '^rfkill:' etc/gshadow; then + grpconv >/dev/null + fi + + if ! grep -q '^include /etc/ld.so.conf.d/\*.conf$' etc/ld.so.conf; then + echo 'include /etc/ld.so.conf.d/*.conf' >> etc/ld.so.conf + fi + + # set "Last password change" > 0; otherwise su $user wont work + for user in bin daemon mail ftp http nobody; do + if LANG=C chage -l ${user} | grep -q 'password must be changed'; then + chage -d 14871 ${user} + fi + done +} Deleted: fstab =================================================================== --- fstab 2012-04-01 23:43:12 UTC (rev 155345) +++ fstab 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,5 +0,0 @@ -# -# /etc/fstab: static file system information -# -# <file system> <dir> <type> <options> <dump> <pass> -tmpfs /tmp tmpfs nodev,nosuid 0 0 Copied: filesystem/repos/testing-any/fstab (from rev 155345, filesystem/trunk/fstab) =================================================================== --- fstab (rev 0) +++ fstab 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,5 @@ +# +# /etc/fstab: static file system information +# +# <file system> <dir> <type> <options> <dump> <pass> +tmpfs /tmp tmpfs nodev,nosuid 0 0 Deleted: group =================================================================== --- group 2012-04-01 23:43:12 UTC (rev 155345) +++ group 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,31 +0,0 @@ -root:x:0:root -bin:x:1:root,bin,daemon -daemon:x:2:root,bin,daemon -sys:x:3:root,bin -adm:x:4:root,daemon -tty:x:5: -disk:x:6:root -lp:x:7:daemon -mem:x:8: -kmem:x:9: -wheel:x:10:root -ftp:x:11: -mail:x:12: -uucp:x:14: -log:x:19:root -utmp:x:20: -locate:x:21: -rfkill:x:24: -smmsp:x:25: -http:x:33: -games:x:50: -network:x:90: -video:x:91: -audio:x:92: -optical:x:93: -floppy:x:94: -storage:x:95: -scanner:x:96: -power:x:98: -nobody:x:99: -users:x:100: Copied: filesystem/repos/testing-any/group (from rev 155345, filesystem/trunk/group) =================================================================== --- group (rev 0) +++ group 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,31 @@ +root:x:0:root +bin:x:1:root,bin,daemon +daemon:x:2:root,bin,daemon +sys:x:3:root,bin +adm:x:4:root,daemon +tty:x:5: +disk:x:6:root +lp:x:7:daemon +mem:x:8: +kmem:x:9: +wheel:x:10:root +ftp:x:11: +mail:x:12: +uucp:x:14: +log:x:19:root +utmp:x:20: +locate:x:21: +rfkill:x:24: +smmsp:x:25: +http:x:33: +games:x:50: +network:x:90: +video:x:91: +audio:x:92: +optical:x:93: +floppy:x:94: +storage:x:95: +scanner:x:96: +power:x:98: +nobody:x:99: +users:x:100: Deleted: gshadow =================================================================== --- gshadow 2012-04-01 23:43:12 UTC (rev 155345) +++ gshadow 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,31 +0,0 @@ -root:::root -bin:::root,bin,daemon -daemon:::root,bin,daemon -sys:::root,bin -adm:::root,daemon -tty::: -disk:::root -lp:::daemon -mem::: -kmem::: -wheel:::root -ftp::: -mail::: -uucp::: -log:::root -utmp:x:: -locate::: -rfkill:x:: -smmsp::: -http::: -games::: -network:x:: -video:x:: -audio::: -optical::: -floppy:x:: -storage:x:: -scanner:x:: -power:x:: -nobody::: -users::: Copied: filesystem/repos/testing-any/gshadow (from rev 155345, filesystem/trunk/gshadow) =================================================================== --- gshadow (rev 0) +++ gshadow 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,31 @@ +root:::root +bin:::root,bin,daemon +daemon:::root,bin,daemon +sys:::root,bin +adm:::root,daemon +tty::: +disk:::root +lp:::daemon +mem::: +kmem::: +wheel:::root +ftp::: +mail::: +uucp::: +log:::root +utmp:x:: +locate::: +rfkill:x:: +smmsp::: +http::: +games::: +network:x:: +video:x:: +audio::: +optical::: +floppy:x:: +storage:x:: +scanner:x:: +power:x:: +nobody::: +users::: Deleted: host.conf =================================================================== --- host.conf 2012-04-01 23:43:12 UTC (rev 155345) +++ host.conf 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,8 +0,0 @@ -# -# /etc/host.conf -# - -order hosts,bind -multi on - -# End of file Copied: filesystem/repos/testing-any/host.conf (from rev 155345, filesystem/trunk/host.conf) =================================================================== --- host.conf (rev 0) +++ host.conf 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,8 @@ +# +# /etc/host.conf +# + +order hosts,bind +multi on + +# End of file Deleted: hosts =================================================================== --- hosts 2012-04-01 23:43:12 UTC (rev 155345) +++ hosts 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,9 +0,0 @@ -# -# /etc/hosts: static lookup table for host names -# - -#<ip-address> <hostname.domain.org> <hostname> -127.0.0.1 localhost.localdomain localhost -::1 localhost.localdomain localhost - -# End of file Copied: filesystem/repos/testing-any/hosts (from rev 155345, filesystem/trunk/hosts) =================================================================== --- hosts (rev 0) +++ hosts 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,9 @@ +# +# /etc/hosts: static lookup table for host names +# + +#<ip-address> <hostname.domain.org> <hostname> +127.0.0.1 localhost.localdomain localhost +::1 localhost.localdomain localhost + +# End of file Deleted: issue =================================================================== --- issue 2012-04-01 23:43:12 UTC (rev 155345) +++ issue 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,2 +0,0 @@ -Arch Linux \r (\l) - Copied: filesystem/repos/testing-any/issue (from rev 155345, filesystem/trunk/issue) =================================================================== --- issue (rev 0) +++ issue 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,2 @@ +Arch Linux \r (\l) + Deleted: ld.so.conf =================================================================== --- ld.so.conf 2012-04-01 23:43:12 UTC (rev 155345) +++ ld.so.conf 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,7 +0,0 @@ -# -# /etc/ld.so.conf -# - -include /etc/ld.so.conf.d/*.conf - -# End of file Copied: filesystem/repos/testing-any/ld.so.conf (from rev 155345, filesystem/trunk/ld.so.conf) =================================================================== --- ld.so.conf (rev 0) +++ ld.so.conf 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,7 @@ +# +# /etc/ld.so.conf +# + +include /etc/ld.so.conf.d/*.conf + +# End of file Deleted: modprobe.d.usb-load-ehci-first =================================================================== --- modprobe.d.usb-load-ehci-first 2012-04-01 23:43:12 UTC (rev 155345) +++ modprobe.d.usb-load-ehci-first 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,2 +0,0 @@ -softdep ohci_hcd pre: ehci_hcd -softdep uhci_hcd pre: ehci_hcd Copied: filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first (from rev 155345, filesystem/trunk/modprobe.d.usb-load-ehci-first) =================================================================== --- modprobe.d.usb-load-ehci-first (rev 0) +++ modprobe.d.usb-load-ehci-first 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,2 @@ +softdep ohci_hcd pre: ehci_hcd +softdep uhci_hcd pre: ehci_hcd Deleted: motd =================================================================== Copied: filesystem/repos/testing-any/motd (from rev 155345, filesystem/trunk/motd) =================================================================== Deleted: nsswitch.conf =================================================================== --- nsswitch.conf 2012-04-01 23:43:12 UTC (rev 155345) +++ nsswitch.conf 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,19 +0,0 @@ -# Begin /etc/nsswitch.conf - -passwd: files -group: files -shadow: files - -publickey: files - -hosts: files dns -networks: files - -protocols: files -services: files -ethers: files -rpc: files - -netgroup: files - -# End /etc/nsswitch.conf Copied: filesystem/repos/testing-any/nsswitch.conf (from rev 155345, filesystem/trunk/nsswitch.conf) =================================================================== --- nsswitch.conf (rev 0) +++ nsswitch.conf 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,19 @@ +# Begin /etc/nsswitch.conf + +passwd: files +group: files +shadow: files + +publickey: files + +hosts: files dns +networks: files + +protocols: files +services: files +ethers: files +rpc: files + +netgroup: files + +# End /etc/nsswitch.conf Deleted: passwd =================================================================== --- passwd 2012-04-01 23:43:12 UTC (rev 155345) +++ passwd 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,7 +0,0 @@ -root:x:0:0:root:/root:/bin/bash -bin:x:1:1:bin:/bin:/bin/false -daemon:x:2:2:daemon:/sbin:/bin/false -mail:x:8:12:mail:/var/spool/mail:/bin/false -ftp:x:14:11:ftp:/srv/ftp:/bin/false -http:x:33:33:http:/srv/http:/bin/false -nobody:x:99:99:nobody:/:/bin/false Copied: filesystem/repos/testing-any/passwd (from rev 155345, filesystem/trunk/passwd) =================================================================== --- passwd (rev 0) +++ passwd 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,7 @@ +root:x:0:0:root:/root:/bin/bash +bin:x:1:1:bin:/bin:/bin/false +daemon:x:2:2:daemon:/sbin:/bin/false +mail:x:8:12:mail:/var/spool/mail:/bin/false +ftp:x:14:11:ftp:/srv/ftp:/bin/false +http:x:33:33:http:/srv/http:/bin/false +nobody:x:99:99:nobody:/:/bin/false Deleted: profile =================================================================== --- profile 2012-04-01 23:43:12 UTC (rev 155345) +++ profile 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,27 +0,0 @@ -# /etc/profile - -#Set our umask -umask 022 - -# Set our default path -PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin" -export PATH - -# Load profiles from /etc/profile.d -if test -d /etc/profile.d/; then - for profile in /etc/profile.d/*.sh; do - test -r "$profile" && . "$profile" - done - unset profile -fi - -# Source global bash config -if test "$PS1" && test "$BASH" && test -r /etc/bash.bashrc; then - . /etc/bash.bashrc -fi - -# Termcap is outdated, old, and crusty, kill it. -unset TERMCAP - -# Man is much better than us at figuring this out -unset MANPATH Copied: filesystem/repos/testing-any/profile (from rev 155345, filesystem/trunk/profile) =================================================================== --- profile (rev 0) +++ profile 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,27 @@ +# /etc/profile + +#Set our umask +umask 022 + +# Set our default path +PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin" +export PATH + +# Load profiles from /etc/profile.d +if test -d /etc/profile.d/; then + for profile in /etc/profile.d/*.sh; do + test -r "$profile" && . "$profile" + done + unset profile +fi + +# Source global bash config +if test "$PS1" && test "$BASH" && test -r /etc/bash.bashrc; then + . /etc/bash.bashrc +fi + +# Termcap is outdated, old, and crusty, kill it. +unset TERMCAP + +# Man is much better than us at figuring this out +unset MANPATH Deleted: resolv.conf =================================================================== --- resolv.conf 2012-04-01 23:43:12 UTC (rev 155345) +++ resolv.conf 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,8 +0,0 @@ -# -# /etc/resolv.conf -# - -#search <yourdomain.tld> -#nameserver <ip> - -# End of file Copied: filesystem/repos/testing-any/resolv.conf (from rev 155345, filesystem/trunk/resolv.conf) =================================================================== --- resolv.conf (rev 0) +++ resolv.conf 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,8 @@ +# +# /etc/resolv.conf +# + +#search <yourdomain.tld> +#nameserver <ip> + +# End of file Deleted: securetty =================================================================== --- securetty 2012-04-01 23:43:12 UTC (rev 155345) +++ securetty 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,15 +0,0 @@ -# -# /etc/securetty -# - -console -tty1 -tty2 -tty3 -tty4 -tty5 -tty6 -ttyS0 -hvc0 - -# End of file Copied: filesystem/repos/testing-any/securetty (from rev 155345, filesystem/trunk/securetty) =================================================================== --- securetty (rev 0) +++ securetty 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,15 @@ +# +# /etc/securetty +# + +console +tty1 +tty2 +tty3 +tty4 +tty5 +tty6 +ttyS0 +hvc0 + +# End of file Deleted: shadow =================================================================== --- shadow 2012-04-01 23:43:12 UTC (rev 155345) +++ shadow 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,7 +0,0 @@ -root::14871:::::: -bin:x:14871:::::: -daemon:x:14871:::::: -mail:x:14871:::::: -ftp:x:14871:::::: -http:x:14871:::::: -nobody:x:14871:::::: Copied: filesystem/repos/testing-any/shadow (from rev 155345, filesystem/trunk/shadow) =================================================================== --- shadow (rev 0) +++ shadow 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,7 @@ +root::14871:::::: +bin:x:14871:::::: +daemon:x:14871:::::: +mail:x:14871:::::: +ftp:x:14871:::::: +http:x:14871:::::: +nobody:x:14871:::::: Deleted: shells =================================================================== --- shells 2012-04-01 23:43:12 UTC (rev 155345) +++ shells 2012-04-01 23:44:22 UTC (rev 155346) @@ -1,8 +0,0 @@ -# -# /etc/shells -# - -/bin/sh -/bin/bash - -# End of file Copied: filesystem/repos/testing-any/shells (from rev 155345, filesystem/trunk/shells) =================================================================== --- shells (rev 0) +++ shells 2012-04-01 23:44:22 UTC (rev 155346) @@ -0,0 +1,8 @@ +# +# /etc/shells +# + +/bin/sh +/bin/bash + +# End of file