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

2012-07-20 Thread Tom Gundersen
Date: Friday, July 20, 2012 @ 19:48:47
  Author: tomegun
Revision: 163828

archrelease: copy trunk to testing-any

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

+
 PKGBUILD   |   96 +++
 crypttab   |   17 ++
 filesystem.install |   60 
 fstab  |5 ++
 group  |   32 +
 gshadow|   32 +
 host.conf  |8 +++
 hosts  |9 +++
 issue  |2 
 ld.so.conf |7 ++
 modprobe.d.usb-load-ehci-first |2 
 nsswitch.conf  |   19 +++
 os-release |8 +++
 passwd |7 ++
 profile|   27 ++
 resolv.conf|8 +++
 securetty  |   15 ++
 shadow |7 ++
 shells |8 +++
 19 files changed, 369 insertions(+)

Copied: filesystem/repos/testing-any/PKGBUILD (from rev 163827, 
filesystem/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-20 23:48:47 UTC (rev 163828)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=filesystem
+pkgver=2012.7
+pkgrel=1
+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' 'os-release' 
'resolv.conf'
+'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
+
+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 

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

2012-06-19 Thread Tom Gundersen
Date: Tuesday, June 19, 2012 @ 10:18:38
  Author: tomegun
Revision: 162079

archrelease: copy trunk to testing-any

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

+
 PKGBUILD   |   96 +++
 crypttab   |   33 +
 filesystem.install |   60 
 fstab  |5 ++
 group  |   32 +
 gshadow|   31 
 host.conf  |8 +++
 hosts  |9 +++
 issue  |2 
 ld.so.conf |7 ++
 modprobe.d.usb-load-ehci-first |2 
 nsswitch.conf  |   19 +++
 os-release |8 +++
 passwd |7 ++
 profile|   27 ++
 resolv.conf|8 +++
 securetty  |   15 ++
 shadow |7 ++
 shells |8 +++
 19 files changed, 384 insertions(+)

Copied: filesystem/repos/testing-any/PKGBUILD (from rev 162078, 
filesystem/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-19 14:18:38 UTC (rev 162079)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=filesystem
+pkgver=2012.6
+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' 'os-release' 
'resolv.conf'
+'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
+
+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 

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

2012-06-04 Thread Dave Reisner
Date: Monday, June 4, 2012 @ 11:02:54
  Author: dreisner
Revision: 160717

archrelease: copy trunk to testing-any

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

+
 PKGBUILD   |   96 +++
 crypttab   |   33 +
 filesystem.install |   59 +++
 fstab  |5 ++
 group  |   31 
 gshadow|   31 
 host.conf  |8 +++
 hosts  |9 +++
 issue  |2 
 ld.so.conf |7 ++
 modprobe.d.usb-load-ehci-first |2 
 nsswitch.conf  |   19 +++
 os-release |8 +++
 passwd |7 ++
 profile|   27 ++
 resolv.conf|8 +++
 securetty  |   15 ++
 shadow |7 ++
 shells |8 +++
 19 files changed, 382 insertions(+)

Copied: filesystem/repos/testing-any/PKGBUILD (from rev 160716, 
filesystem/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-04 15:02:54 UTC (rev 160717)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=filesystem
+pkgver=2012.6
+pkgrel=1
+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' 'os-release' 
'resolv.conf'
+'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
+md5sums=('772fe869b921698cc3e6fde73c4ac85a'
+ '7813c481156f6b280a3ba91fc6236368'
+ '13753e4e0964f3652b0cc60a28528bdf'
+ '4c4540eeb748bf1f71d631b8c1dcf0b3'
+ 'f28150d4c0b22a017be51b9f7f9977ed'
+ '6e488ffecc8ba142c0cf7e2d7aeb832e'
+ '8a9042a2cedf6b6b47eb8973f14289cb'
+ 'b8355d9d2782f424f4cedcf682651be0'
+ 'ca716f853860199c1286e7939b2f2666'
+ 'e5d8323a4dbee7a6d0d2a19cbf4b819f'
+ '7bc65f234dfb6abf24e7c3b03e86f4ff'
+ 'd41d8cd98f00b204e9800998ecf8427e'
+ 'c4534d6c59d75be0eb99ddaafcf93198'
+ '6f48288b6fcaf0065fcb7b0e525413e0'
+ '22518e922891f9359f971f4f5b4e793c'
+ 'd2dc4e39dbdea75b107f91789e3274ab'
+ 'f3b6ae7db8adffaaa4bffc6099dcbd50'
+ 'a8a962370cd0128465d514e6a1f74130')
+
+package() {
+   cd ${pkgdir}
+
+   #
+   # setup root filesystem
+   #
+   for d in boot dev etc home media mnt usr var