[arch-commits] Commit in filesystem/repos (45 files)

Dave Reisner dreisner at archlinux.org
Tue Nov 27 19:16:32 UTC 2012


    Date: Tuesday, November 27, 2012 @ 14:16:31
  Author: dreisner
Revision: 172086

db-move: moved filesystem from [testing] to [core] (any)

Added:
  filesystem/repos/core-any/PKGBUILD
    (from rev 172084, filesystem/repos/testing-any/PKGBUILD)
  filesystem/repos/core-any/archlinux.7.txt
    (from rev 172084, filesystem/repos/testing-any/archlinux.7.txt)
  filesystem/repos/core-any/crypttab
    (from rev 172084, filesystem/repos/testing-any/crypttab)
  filesystem/repos/core-any/filesystem.install
    (from rev 172084, filesystem/repos/testing-any/filesystem.install)
  filesystem/repos/core-any/fstab
    (from rev 172084, filesystem/repos/testing-any/fstab)
  filesystem/repos/core-any/group
    (from rev 172084, filesystem/repos/testing-any/group)
  filesystem/repos/core-any/gshadow
    (from rev 172084, filesystem/repos/testing-any/gshadow)
  filesystem/repos/core-any/host.conf
    (from rev 172084, filesystem/repos/testing-any/host.conf)
  filesystem/repos/core-any/hosts
    (from rev 172084, filesystem/repos/testing-any/hosts)
  filesystem/repos/core-any/issue
    (from rev 172084, filesystem/repos/testing-any/issue)
  filesystem/repos/core-any/ld.so.conf
    (from rev 172084, filesystem/repos/testing-any/ld.so.conf)
  filesystem/repos/core-any/locale.sh
    (from rev 172084, filesystem/repos/testing-any/locale.sh)
  filesystem/repos/core-any/modprobe.d.usb-load-ehci-first
    (from rev 172084, filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first)
  filesystem/repos/core-any/motd
    (from rev 172084, filesystem/repos/testing-any/motd)
  filesystem/repos/core-any/nsswitch.conf
    (from rev 172084, filesystem/repos/testing-any/nsswitch.conf)
  filesystem/repos/core-any/os-release
    (from rev 172084, filesystem/repos/testing-any/os-release)
  filesystem/repos/core-any/passwd
    (from rev 172084, filesystem/repos/testing-any/passwd)
  filesystem/repos/core-any/profile
    (from rev 172084, filesystem/repos/testing-any/profile)
  filesystem/repos/core-any/resolv.conf
    (from rev 172084, filesystem/repos/testing-any/resolv.conf)
  filesystem/repos/core-any/securetty
    (from rev 172084, filesystem/repos/testing-any/securetty)
  filesystem/repos/core-any/shadow
    (from rev 172084, filesystem/repos/testing-any/shadow)
  filesystem/repos/core-any/shells
    (from rev 172084, filesystem/repos/testing-any/shells)
Deleted:
  filesystem/repos/core-any/PKGBUILD
  filesystem/repos/core-any/archlinux.7.txt
  filesystem/repos/core-any/crypttab
  filesystem/repos/core-any/filesystem.install
  filesystem/repos/core-any/fstab
  filesystem/repos/core-any/group
  filesystem/repos/core-any/gshadow
  filesystem/repos/core-any/host.conf
  filesystem/repos/core-any/hosts
  filesystem/repos/core-any/issue
  filesystem/repos/core-any/ld.so.conf
  filesystem/repos/core-any/locale.sh
  filesystem/repos/core-any/modprobe.d.usb-load-ehci-first
  filesystem/repos/core-any/motd
  filesystem/repos/core-any/nsswitch.conf
  filesystem/repos/core-any/os-release
  filesystem/repos/core-any/passwd
  filesystem/repos/core-any/profile
  filesystem/repos/core-any/resolv.conf
  filesystem/repos/core-any/securetty
  filesystem/repos/core-any/shadow
  filesystem/repos/core-any/shells
  filesystem/repos/testing-any/

--------------------------------+
 PKGBUILD                       |  220 +++++++++++++++++++--------------------
 archlinux.7.txt                |  170 +++++++++++++++---------------
 crypttab                       |   34 +++---
 filesystem.install             |  124 ++++++++++-----------
 fstab                          |    9 -
 group                          |   66 +++++------
 gshadow                        |   66 +++++------
 host.conf                      |   16 +-
 hosts                          |   18 +--
 issue                          |    4 
 ld.so.conf                     |   14 +-
 locale.sh                      |   56 ++++-----
 modprobe.d.usb-load-ehci-first |    4 
 nsswitch.conf                  |   38 +++---
 os-release                     |   16 +-
 passwd                         |   16 +-
 profile                        |   54 ++++-----
 resolv.conf                    |   16 +-
 securetty                      |   30 ++---
 shadow                         |   16 +-
 shells                         |   16 +-
 21 files changed, 506 insertions(+), 497 deletions(-)

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/PKGBUILD	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-
-pkgname=filesystem
-pkgver=2012.10
-pkgrel=2
-pkgdesc='Base filesystem'
-arch=('any')
-license=('GPL')
-url='http://www.archlinux.org'
-groups=('base')
-install='filesystem.install'
-makedepends=('asciidoc')
-depends=('iana-etc' 'bash' 'coreutils' 'nss-myhostname')
-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' 'os-release' 'resolv.conf'
-        'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'archlinux.7.txt'
-	'locale.sh')
-
-build() {
-	cd ${srcdir}
-	a2x -d manpage -f manpage archlinux.7.txt
-}
-
-package() {
-	cd ${pkgdir}
-
-	#
-	# setup root filesystem
-	#
-	for d in boot dev etc home media mnt usr var opt srv/http run; do
-		install -d -m755 ${d}
-	done
-	install -d -m555 proc
-	install -d -m555 sys
-	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 os-release 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
-	install -m755 ${srcdir}/locale.sh etc/profile.d/locale.sh
-
-	# setup /var
-	for d in cache/man local opt log/old lib/misc empty; do
-		install -d -m755 var/${d}
-	done
-	install -d -m1777 var/{tmp,spool/mail}
-	# allow setgid games to write scores
-	install -d -m775 -g games var/games
-	ln -s spool/mail var/mail
-	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
-
-	#
-	# install archlinux(7) manpage
-	#
-	install -D -m644 ${srcdir}/archlinux.7 usr/share/man/man7/archlinux.7
-
-	#
-	# 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=('004013ac940ef3d3cdd8c596e7accfe1'
-         '7813c481156f6b280a3ba91fc6236368'
-         '9e4533df61f0c82d6b2e2371f7376282'
-         '4c4540eeb748bf1f71d631b8c1dcf0b3'
-         'f28150d4c0b22a017be51b9f7f9977ed'
-         '6e488ffecc8ba142c0cf7e2d7aeb832e'
-         '455b78cada80f40b6f6968f5cbd97a2e'
-         '01249bb0ba4468f95e2cc3a627f5e6e3'
-         'ca716f853860199c1286e7939b2f2666'
-         '1745349eb24ed21b4cfaa6f423bddb76'
-         '7bc65f234dfb6abf24e7c3b03e86f4ff'
-         'd41d8cd98f00b204e9800998ecf8427e'
-         'b16a4674ccf3a932ff34c6c8393a4f33'
-         '6f48288b6fcaf0065fcb7b0e525413e0'
-         '22518e922891f9359f971f4f5b4e793c'
-         '677523dbe94b79299aa91b35ed8203b6'
-         'f3b6ae7db8adffaaa4bffc6099dcbd50'
-         'a8a962370cd0128465d514e6a1f74130'
-         'f339bbc45ff3ad4dd73039beab2f28e3'
-         '3807d07215d9116331fe1cf8feeaa0f8')

Copied: filesystem/repos/core-any/PKGBUILD (from rev 172084, filesystem/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+
+pkgname=filesystem
+pkgver=2012.11
+pkgrel=1
+pkgdesc='Base filesystem'
+arch=('any')
+license=('GPL')
+url='http://www.archlinux.org'
+groups=('base')
+install='filesystem.install'
+makedepends=('asciidoc')
+depends=('iana-etc' 'bash' 'coreutils' 'nss-myhostname')
+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' 'os-release' 'resolv.conf'
+        'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'archlinux.7.txt'
+	'locale.sh')
+
+build() {
+	cd ${srcdir}
+	a2x -d manpage -f manpage archlinux.7.txt
+}
+
+package() {
+	cd ${pkgdir}
+
+	#
+	# setup root filesystem
+	#
+	for d in boot dev etc home mnt usr var opt srv/http run; do
+		install -d -m755 ${d}
+	done
+	install -d -m555 proc
+	install -d -m555 sys
+	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 os-release 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
+	install -m755 ${srcdir}/locale.sh etc/profile.d/locale.sh
+
+	# setup /var
+	for d in cache/man local opt log/old lib/misc empty; do
+		install -d -m755 var/${d}
+	done
+	install -d -m1777 var/{tmp,spool/mail}
+	# allow setgid games to write scores
+	install -d -m775 -g games var/games
+	ln -s spool/mail var/mail
+	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
+
+	#
+	# install archlinux(7) manpage
+	#
+	install -D -m644 ${srcdir}/archlinux.7 usr/share/man/man7/archlinux.7
+
+	#
+	# 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=('004013ac940ef3d3cdd8c596e7accfe1'
+         '7813c481156f6b280a3ba91fc6236368'
+         '9e4533df61f0c82d6b2e2371f7376282'
+         '4c4540eeb748bf1f71d631b8c1dcf0b3'
+         'f28150d4c0b22a017be51b9f7f9977ed'
+         '6e488ffecc8ba142c0cf7e2d7aeb832e'
+         '455b78cada80f40b6f6968f5cbd97a2e'
+         '01249bb0ba4468f95e2cc3a627f5e6e3'
+         '693c97f2c9a519bb97a17008e92c2b74'
+         '1745349eb24ed21b4cfaa6f423bddb76'
+         '7bc65f234dfb6abf24e7c3b03e86f4ff'
+         'd41d8cd98f00b204e9800998ecf8427e'
+         'b16a4674ccf3a932ff34c6c8393a4f33'
+         '6f48288b6fcaf0065fcb7b0e525413e0'
+         '22518e922891f9359f971f4f5b4e793c'
+         '677523dbe94b79299aa91b35ed8203b6'
+         'f3b6ae7db8adffaaa4bffc6099dcbd50'
+         'a8a962370cd0128465d514e6a1f74130'
+         '2e193c4a37245f2323ebe87f1a673563'
+         '3807d07215d9116331fe1cf8feeaa0f8')

Deleted: core-any/archlinux.7.txt
===================================================================
--- core-any/archlinux.7.txt	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/archlinux.7.txt	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,80 +0,0 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet:
-/////
-archlinux(7)
-============
-
-NAME
-----
-archlinux - basic configuration
-
-SYNOPSIS
---------
-Overview of the basic configuration of Arch Linux.
-
-DESCRIPTION
------------
-Arch Linux exposes the user to the system without hiding any details. This manpage gives a
-brief overview of the configuration files that should be set up on a fresh install.
-
-SYSTEM SERVICES[[S]]
---------------------
-System services to be started at boot can be enabled using 'systemctl enable <name>.service'. To view
-available services use 'systemctl list-unit-files'.
-
-HOSTNAME[[H]]
--------------
-The hostname of the machine can be set using 'hostnamectl set-hostname <hostname>'. It will then be
-written to /etc/hostname.
-
-LOCALIZATION[[L]]
------------------
-Various locales may be enabled in /etc/locale.gen, and generated by locale-gen. The system-wide locale to be used
-can be configured in /etc/locale.conf. These settings can be overridden on a per-user basis by keeping a
-user-specific locale.conf in $HOME/.config/locale.conf. The user-specific file will take precedence if it exists.
-
-VIRTUAL CONSOLE[[V]]
---------------------
-The virtual console is configured in /etc/vconsole.conf. It allows you to set a font and a keyboard layout, among
-other things. Note that these settings only apply to the console, and not if you use X.
-
-TIME[[T]]
----------
-The local timezone is configured by calling 'timedatectl set-timezone <Region/City>'. A *symlink* is then created
-from /etc/localtime to the correct zoneinfo file under /usr/share/zoneinfo/. E.g.,
-
-    /etc/localtime -> ../usr/share/zoneinfo/Europe/Paris
-
-The real-time clock, which keeps track of time when the computer is off, can be configured to either
-be in UTC or in localtime by calling 'timedatectl set-local-rtc <false|true>'. The default is UTC.
-
-FILESYSTEMS[[F]]
-----------------
-Filesystems are configured in /etc/fstab, and encryption mappings are configured in /etc/crypttab.
-
-INITRAMFS[[R]]
---------------
-The initramfs is generated by mkinitcpio, and can be configured in /etc/mkinitcpio.conf.
-
-PACKAGE MANAGER[[P]]
---------------------
-The package manager, pacman, is configured in /etc/pacman.conf.
-
-BOOTLOADER[[B]]
----------------
-GRUB's configuration is generated from /etc/default/grub by grub-mkconfig. Syslinux is configured in /boot/syslinux/syslinux.cfg
-
-MODULES[[M]]
-------------
-Most modules should be loaded on-demand. Modules to be unconditionally loaded at boot can be specified in /etc/modules-load.d/,
-and modules to be blacklisted from auto-loading can be configured in /etc/modprobe.d/.
-
-SEE ALSO
---------
-
-systemctl(1), hostnamectl(1), hostname(5), locale.conf(5), vconsole.conf(5), timedatectl(1), timezone(3), hwclock(8), fstab(5),
-crypttab(5), mkinitcpio(8), pacman(8), pacman.conf(5), grub-mkconfig(8), syslinux(1), modules-load.d(5), modprobe.d(5)
-
-AUTHORS
--------
-Written by Tom Gundersen.

Copied: filesystem/repos/core-any/archlinux.7.txt (from rev 172084, filesystem/repos/testing-any/archlinux.7.txt)
===================================================================
--- core-any/archlinux.7.txt	                        (rev 0)
+++ core-any/archlinux.7.txt	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,90 @@
+/////
+vim:set ts=4 sw=4 syntax=asciidoc noet:
+/////
+archlinux(7)
+============
+
+NAME
+----
+archlinux - basic configuration
+
+SYNOPSIS
+--------
+Overview of the basic configuration of Arch Linux.
+
+DESCRIPTION
+-----------
+Arch Linux exposes the user to the system without hiding any details.
+This man page gives a brief overview of the configuration files that should be set up on a fresh install.
+
+SYSTEM SERVICES[[S]]
+--------------------
+System services to be started at boot can be enabled using 'systemctl enable <name>'.
+To view available services, use 'systemctl list-unit-files'.
+
+HOSTNAME[[H]]
+-------------
+The hostname of the machine can be set using 'hostnamectl set-hostname <hostname>'.
+It will then be written to /etc/hostname.
+
+LOCALIZATION[[L]]
+-----------------
+Various locales may be enabled in /etc/locale.gen and are generated by 'locale-gen'.
+The system-wide locale to be used can be configured in /etc/locale.conf.
+These settings can be overridden on a per-user basis by keeping a user-specific locale.conf in $HOME/.config/locale.conf.
+The user-specific file will take precedence if it exists.
+
+VIRTUAL CONSOLE[[V]]
+--------------------
+The virtual console is configured in /etc/vconsole.conf.
+It allows you to set a font and a keyboard layout, among other things.
+Note that these settings only apply to the console and do not apply if you use X.
+
+TIME[[T]]
+---------
+The local time zone is configured by calling 'timedatectl set-timezone <Region/City>'.
+A relative *symlink* is then created from /etc/localtime to the correct zoneinfo file under /usr/share/zoneinfo/. For example,
+
+    /etc/localtime -> ../usr/share/zoneinfo/Europe/Paris
+
+The real-time clock, which keeps track of time when the computer is off, can be configured to either
+be in UTC or in local time by calling 'timedatectl set-local-rtc <false|true>'.
+The default is UTC.
+
+FILE SYSTEMS[[F]]
+-----------------
+File systems are configured in /etc/fstab, and encryption mappings are configured in /etc/crypttab.
+
+INITRAMFS[[R]]
+--------------
+The initramfs is generated by 'mkinitcpio -p <preset>'.
+The default preset is "linux".
+The initramfs can be configured in /etc/mkinitcpio.conf and must be regenerated after making configuration changes.
+
+PACKAGE MANAGER[[P]]
+--------------------
+The package manager, pacman, is configured in /etc/pacman.conf.
+
+BOOT LOADER[[B]]
+----------------
+GRUB's configuration is generated from /etc/default/grub by 'grub-mkconfig -o /boot/grub/grub.cfg'.
+Syslinux is configured in /boot/syslinux/syslinux.cfg.
+
+MODULES[[M]]
+------------
+Most modules should be loaded on-demand.
+Modules to be unconditionally loaded at boot can be specified in /etc/modules-load.d/,
+and modules to be blacklisted from automatically loading can be configured in /etc/modprobe.d/.
+
+SEE ALSO
+--------
+
+*systemctl*(1), *hostnamectl*(1), *hostname*(5), *locale.conf*(5),
+*vconsole.conf*(5), *timedatectl*(1), *timezone*(3), *hwclock*(8),
+*fstab*(5), *crypttab*(5), *mkinitcpio*(8), *pacman*(8), *pacman.conf*(5),
+*grub-mkconfig*(8), *syslinux*(1), *modules-load.d*(5), *modprobe.d*(5),
+*systemd*(1)
+
+AUTHORS
+-------
+Written by Tom Gundersen.

Deleted: core-any/crypttab
===================================================================
--- core-any/crypttab	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/crypttab	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,17 +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.
-#
-# The Arch specific syntax has been deprecated, see crypttab(5) for the
-# new supported syntax.
-#
-# NOTE: Do not list your root (/) partition here, it must be set up
-#       beforehand by the initramfs (/etc/mkinitcpio.conf).
-
-# <name>       <device>         <password>              <options>
-# home         /dev/hda4        /etc/mypassword1
-# data1        /dev/hda3        /etc/mypassword2
-# data2        /dev/hda5        /etc/cryptfs.key
-# swap         /dev/hdx4        /dev/urandom            swap,cipher=aes-cbc-essiv:sha256,size=256
-# vol          /dev/hdb7        none

Copied: filesystem/repos/core-any/crypttab (from rev 172084, filesystem/repos/testing-any/crypttab)
===================================================================
--- core-any/crypttab	                        (rev 0)
+++ core-any/crypttab	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,17 @@
+# 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.
+#
+# The Arch specific syntax has been deprecated, see crypttab(5) for the
+# new supported syntax.
+#
+# NOTE: Do not list your root (/) partition here, it must be set up
+#       beforehand by the initramfs (/etc/mkinitcpio.conf).
+
+# <name>       <device>         <password>              <options>
+# home         /dev/hda4        /etc/mypassword1
+# data1        /dev/hda3        /etc/mypassword2
+# data2        /dev/hda5        /etc/cryptfs.key
+# swap         /dev/hdx4        /dev/urandom            swap,cipher=aes-cbc-essiv:sha256,size=256
+# vol          /dev/hdb7        none

Deleted: core-any/filesystem.install
===================================================================
--- core-any/filesystem.install	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/filesystem.install	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,62 +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
-}
-
-# 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
-	_addgroup lock    -g 54
-	_addgroup uuidd   -g 68
-	_adduser uuidd   -u 68 -d / -g uuidd -s /sbin/nologin
-
-	# sync gshadow to group (fixes FS#19869)
-	if ! grep -q '^lock:' 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/core-any/filesystem.install (from rev 172084, filesystem/repos/testing-any/filesystem.install)
===================================================================
--- core-any/filesystem.install	                        (rev 0)
+++ core-any/filesystem.install	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,62 @@
+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
+}
+
+# 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
+	_addgroup lock    -g 54
+	_addgroup uuidd   -g 68
+	_adduser uuidd   -u 68 -d / -g uuidd -s /sbin/nologin
+
+	# sync gshadow to group (fixes FS#19869)
+	if ! grep -q '^lock:' 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: core-any/fstab
===================================================================
--- core-any/fstab	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/fstab	2012-11-27 19:16:31 UTC (rev 172086)
@@ -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/core-any/fstab (from rev 172084, filesystem/repos/testing-any/fstab)
===================================================================
--- core-any/fstab	                        (rev 0)
+++ core-any/fstab	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,4 @@
+# 
+# /etc/fstab: static file system information
+#
+# <file system>	<dir>	<type>	<options>	<dump>	<pass>

Deleted: core-any/group
===================================================================
--- core-any/group	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/group	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,33 +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:
-lock:x:54:
-uuidd:x:68:
-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/core-any/group (from rev 172084, filesystem/repos/testing-any/group)
===================================================================
--- core-any/group	                        (rev 0)
+++ core-any/group	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,33 @@
+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:
+lock:x:54:
+uuidd:x:68:
+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: core-any/gshadow
===================================================================
--- core-any/gshadow	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/gshadow	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,33 +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:::
-lock:::
-uuidd:!::
-network:x::
-video:x::
-audio:::
-optical:::
-floppy:x::
-storage:x::
-scanner:x::
-power:x::
-nobody:::
-users:::

Copied: filesystem/repos/core-any/gshadow (from rev 172084, filesystem/repos/testing-any/gshadow)
===================================================================
--- core-any/gshadow	                        (rev 0)
+++ core-any/gshadow	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,33 @@
+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:::
+lock:::
+uuidd:!::
+network:x::
+video:x::
+audio:::
+optical:::
+floppy:x::
+storage:x::
+scanner:x::
+power:x::
+nobody:::
+users:::

Deleted: core-any/host.conf
===================================================================
--- core-any/host.conf	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/host.conf	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,8 +0,0 @@
-#
-# /etc/host.conf
-#
-
-order hosts,bind
-multi on
-
-# End of file

Copied: filesystem/repos/core-any/host.conf (from rev 172084, filesystem/repos/testing-any/host.conf)
===================================================================
--- core-any/host.conf	                        (rev 0)
+++ core-any/host.conf	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,8 @@
+#
+# /etc/host.conf
+#
+
+order hosts,bind
+multi on
+
+# End of file

Deleted: core-any/hosts
===================================================================
--- core-any/hosts	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/hosts	2012-11-27 19:16:31 UTC (rev 172086)
@@ -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/core-any/hosts (from rev 172084, filesystem/repos/testing-any/hosts)
===================================================================
--- core-any/hosts	                        (rev 0)
+++ core-any/hosts	2012-11-27 19:16:31 UTC (rev 172086)
@@ -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: core-any/issue
===================================================================
--- core-any/issue	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/issue	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,2 +0,0 @@
-Arch Linux \r (\l)
-

Copied: filesystem/repos/core-any/issue (from rev 172084, filesystem/repos/testing-any/issue)
===================================================================
--- core-any/issue	                        (rev 0)
+++ core-any/issue	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,2 @@
+Arch Linux \r (\l)
+

Deleted: core-any/ld.so.conf
===================================================================
--- core-any/ld.so.conf	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/ld.so.conf	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,7 +0,0 @@
-#
-# /etc/ld.so.conf
-#
-
-include /etc/ld.so.conf.d/*.conf
-
-# End of file

Copied: filesystem/repos/core-any/ld.so.conf (from rev 172084, filesystem/repos/testing-any/ld.so.conf)
===================================================================
--- core-any/ld.so.conf	                        (rev 0)
+++ core-any/ld.so.conf	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,7 @@
+#
+# /etc/ld.so.conf
+#
+
+include /etc/ld.so.conf.d/*.conf
+
+# End of file

Deleted: core-any/locale.sh
===================================================================
--- core-any/locale.sh	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/locale.sh	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-unset LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES \
-      LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION
-
-if [ -n "$XDG_CONFIG_HOME" ] && [ -r "$XDG_CONFIG_HOME/locale.conf" ]; then
-  . "$XDG_CONFIG_HOME/locale.conf"
-elif [ -n $HOME ] && [ -r $HOME/.config/locale.conf ]; then
-  . "$HOME/.config/locale.conf"
-elif [ -r /etc/locale.conf ]; then
-  . /etc/locale.conf
-elif [ -r /etc/rc.conf ]; then
-  LANG=$(. /etc/rc.conf 2>/dev/null; echo "$LOCALE")
-fi
-
-export LANG="${LANG:-C}"
-[ -n "$LC_CTYPE" ]          && export LC_CTYPE
-[ -n "$LC_NUMERIC" ]        && export LC_NUMERIC
-[ -n "$LC_TIME" ]           && export LC_TIME
-[ -n "$LC_COLLATE" ]        && export LC_COLLATE
-[ -n "$LC_MONETARY" ]       && export LC_MONETARY
-[ -n "$LC_MESSAGES" ]       && export LC_MESSAGES
-[ -n "$LC_PAPER" ]          && export LC_PAPER
-[ -n "$LC_NAME" ]           && export LC_NAME
-[ -n "$LC_ADDRESS" ]        && export LC_ADDRESS
-[ -n "$LC_TELEPHONE" ]      && export LC_TELEPHONE
-[ -n "$LC_MEASUREMENT" ]    && export LC_MEASUREMENT
-[ -n "$LC_IDENTIFICATION" ] && export LC_IDENTIFICATION

Copied: filesystem/repos/core-any/locale.sh (from rev 172084, filesystem/repos/testing-any/locale.sh)
===================================================================
--- core-any/locale.sh	                        (rev 0)
+++ core-any/locale.sh	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+unset LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES \
+      LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION
+
+if [ -n "$XDG_CONFIG_HOME" ] && [ -r "$XDG_CONFIG_HOME/locale.conf" ]; then
+  . "$XDG_CONFIG_HOME/locale.conf"
+elif [ -n $HOME ] && [ -r $HOME/.config/locale.conf ]; then
+  . "$HOME/.config/locale.conf"
+elif [ -r /etc/locale.conf ]; then
+  . /etc/locale.conf
+elif [ -r /etc/rc.conf ]; then
+  LANG=$(. /etc/rc.conf 2>/dev/null; echo "$LOCALE")
+fi
+
+export LANG="${LANG:-C}"
+[ -n "$LC_CTYPE" ]          && export LC_CTYPE
+[ -n "$LC_NUMERIC" ]        && export LC_NUMERIC
+[ -n "$LC_TIME" ]           && export LC_TIME
+[ -n "$LC_COLLATE" ]        && export LC_COLLATE
+[ -n "$LC_MONETARY" ]       && export LC_MONETARY
+[ -n "$LC_MESSAGES" ]       && export LC_MESSAGES
+[ -n "$LC_PAPER" ]          && export LC_PAPER
+[ -n "$LC_NAME" ]           && export LC_NAME
+[ -n "$LC_ADDRESS" ]        && export LC_ADDRESS
+[ -n "$LC_TELEPHONE" ]      && export LC_TELEPHONE
+[ -n "$LC_MEASUREMENT" ]    && export LC_MEASUREMENT
+[ -n "$LC_IDENTIFICATION" ] && export LC_IDENTIFICATION

Deleted: core-any/modprobe.d.usb-load-ehci-first
===================================================================
--- core-any/modprobe.d.usb-load-ehci-first	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/modprobe.d.usb-load-ehci-first	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,2 +0,0 @@
-softdep ohci_hcd pre: ehci_hcd
-softdep uhci_hcd pre: ehci_hcd

Copied: filesystem/repos/core-any/modprobe.d.usb-load-ehci-first (from rev 172084, filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first)
===================================================================
--- core-any/modprobe.d.usb-load-ehci-first	                        (rev 0)
+++ core-any/modprobe.d.usb-load-ehci-first	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,2 @@
+softdep ohci_hcd pre: ehci_hcd
+softdep uhci_hcd pre: ehci_hcd

Deleted: core-any/motd
===================================================================
Copied: filesystem/repos/core-any/motd (from rev 172084, filesystem/repos/testing-any/motd)
===================================================================
Deleted: core-any/nsswitch.conf
===================================================================
--- core-any/nsswitch.conf	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/nsswitch.conf	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,19 +0,0 @@
-# Begin /etc/nsswitch.conf
-
-passwd: files
-group: files
-shadow: files
-
-publickey: files
-
-hosts: files dns myhostname
-networks: files
-
-protocols: files
-services: files
-ethers: files
-rpc: files
-
-netgroup: files
-
-# End /etc/nsswitch.conf

Copied: filesystem/repos/core-any/nsswitch.conf (from rev 172084, filesystem/repos/testing-any/nsswitch.conf)
===================================================================
--- core-any/nsswitch.conf	                        (rev 0)
+++ core-any/nsswitch.conf	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,19 @@
+# Begin /etc/nsswitch.conf
+
+passwd: files
+group: files
+shadow: files
+
+publickey: files
+
+hosts: files dns myhostname
+networks: files
+
+protocols: files
+services: files
+ethers: files
+rpc: files
+
+netgroup: files
+
+# End /etc/nsswitch.conf

Deleted: core-any/os-release
===================================================================
--- core-any/os-release	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/os-release	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,8 +0,0 @@
-NAME="Arch Linux"
-ID=arch
-PRETTY_NAME="Arch Linux"
-ANSI_COLOR="0;36"
-HOME_URL="https://www.archlinux.org/"
-SUPPORT_URL="https://bbs.archlinux.org/"
-BUG_REPORT_URL="https://bugs.archlinux.org/"
-

Copied: filesystem/repos/core-any/os-release (from rev 172084, filesystem/repos/testing-any/os-release)
===================================================================
--- core-any/os-release	                        (rev 0)
+++ core-any/os-release	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,8 @@
+NAME="Arch Linux"
+ID=arch
+PRETTY_NAME="Arch Linux"
+ANSI_COLOR="0;36"
+HOME_URL="https://www.archlinux.org/"
+SUPPORT_URL="https://bbs.archlinux.org/"
+BUG_REPORT_URL="https://bugs.archlinux.org/"
+

Deleted: core-any/passwd
===================================================================
--- core-any/passwd	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/passwd	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,8 +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
-uuidd:x:68:68:uuidd:/:/sbin/nologin
-nobody:x:99:99:nobody:/:/bin/false

Copied: filesystem/repos/core-any/passwd (from rev 172084, filesystem/repos/testing-any/passwd)
===================================================================
--- core-any/passwd	                        (rev 0)
+++ core-any/passwd	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,8 @@
+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
+uuidd:x:68:68:uuidd:/:/sbin/nologin
+nobody:x:99:99:nobody:/:/bin/false

Deleted: core-any/profile
===================================================================
--- core-any/profile	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/profile	2012-11-27 19:16:31 UTC (rev 172086)
@@ -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/core-any/profile (from rev 172084, filesystem/repos/testing-any/profile)
===================================================================
--- core-any/profile	                        (rev 0)
+++ core-any/profile	2012-11-27 19:16:31 UTC (rev 172086)
@@ -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: core-any/resolv.conf
===================================================================
--- core-any/resolv.conf	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/resolv.conf	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,8 +0,0 @@
-#
-# /etc/resolv.conf
-#
-
-#search <yourdomain.tld>
-#nameserver <ip>
-
-# End of file

Copied: filesystem/repos/core-any/resolv.conf (from rev 172084, filesystem/repos/testing-any/resolv.conf)
===================================================================
--- core-any/resolv.conf	                        (rev 0)
+++ core-any/resolv.conf	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,8 @@
+#
+# /etc/resolv.conf
+#
+
+#search <yourdomain.tld>
+#nameserver <ip>
+
+# End of file

Deleted: core-any/securetty
===================================================================
--- core-any/securetty	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/securetty	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,15 +0,0 @@
-#
-# /etc/securetty
-#
-
-console
-tty1
-tty2
-tty3
-tty4
-tty5
-tty6
-ttyS0
-hvc0
-
-# End of file

Copied: filesystem/repos/core-any/securetty (from rev 172084, filesystem/repos/testing-any/securetty)
===================================================================
--- core-any/securetty	                        (rev 0)
+++ core-any/securetty	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,15 @@
+#
+# /etc/securetty
+#
+
+console
+tty1
+tty2
+tty3
+tty4
+tty5
+tty6
+ttyS0
+hvc0
+
+# End of file

Deleted: core-any/shadow
===================================================================
--- core-any/shadow	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/shadow	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,8 +0,0 @@
-root::14871::::::
-bin:x:14871::::::
-daemon:x:14871::::::
-mail:x:14871::::::
-ftp:x:14871::::::
-http:x:14871::::::
-uuidd:x:14871::::::
-nobody:x:14871::::::

Copied: filesystem/repos/core-any/shadow (from rev 172084, filesystem/repos/testing-any/shadow)
===================================================================
--- core-any/shadow	                        (rev 0)
+++ core-any/shadow	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,8 @@
+root::14871::::::
+bin:x:14871::::::
+daemon:x:14871::::::
+mail:x:14871::::::
+ftp:x:14871::::::
+http:x:14871::::::
+uuidd:x:14871::::::
+nobody:x:14871::::::

Deleted: core-any/shells
===================================================================
--- core-any/shells	2012-11-27 19:16:25 UTC (rev 172085)
+++ core-any/shells	2012-11-27 19:16:31 UTC (rev 172086)
@@ -1,8 +0,0 @@
-#
-# /etc/shells
-#
-
-/bin/sh
-/bin/bash
-
-# End of file

Copied: filesystem/repos/core-any/shells (from rev 172084, filesystem/repos/testing-any/shells)
===================================================================
--- core-any/shells	                        (rev 0)
+++ core-any/shells	2012-11-27 19:16:31 UTC (rev 172086)
@@ -0,0 +1,8 @@
+#
+# /etc/shells
+#
+
+/bin/sh
+/bin/bash
+
+# End of file




More information about the arch-commits mailing list