diff options
author | James Meyer <james.meyer@operamail.com> | 2009-10-07 23:00:19 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-10-07 23:00:19 (GMT) |
commit | 8d8eb60e1812a930e0b6779670967f818c4b14b3 (patch) | |
tree | edc78bac3961fbf8d34768e7f1f0c4e4e95b9ab1 /abs | |
parent | deb86bc46c3161ddb243e3d38105e8266f7889ac (diff) | |
download | linhes_pkgbuild-8d8eb60e1812a930e0b6779670967f818c4b14b3.zip linhes_pkgbuild-8d8eb60e1812a930e0b6779670967f818c4b14b3.tar.gz linhes_pkgbuild-8d8eb60e1812a930e0b6779670967f818c4b14b3.tar.bz2 |
filesystem: remove /etc/issue. It's provided by a different pkg
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/filesystem/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core-testing/filesystem/__changelog | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/abs/core-testing/filesystem/PKGBUILD b/abs/core-testing/filesystem/PKGBUILD index 02649c3..b68b73a 100644 --- a/abs/core-testing/filesystem/PKGBUILD +++ b/abs/core-testing/filesystem/PKGBUILD @@ -4,7 +4,7 @@ pkgname=filesystem pkgver=2009.01 -pkgrel=2 +pkgrel=3 pkgdesc="Base filesystem" arch=(i686 x86_64) license=('GPL') @@ -75,7 +75,7 @@ build() chown root:50 ${startdir}/pkg/var/games cd $startdir/src - cp fstab crypttab group host.conf hosts issue ld.so.conf motd nsswitch.conf \ + cp fstab crypttab group host.conf hosts ld.so.conf motd nsswitch.conf \ passwd protocols resolv.conf securetty services shadow shells profile \ $startdir/pkg/etc/ install -m 600 $startdir/src/gshadow $startdir/pkg/etc/gshadow diff --git a/abs/core-testing/filesystem/__changelog b/abs/core-testing/filesystem/__changelog new file mode 100644 index 0000000..6b2fd86 --- /dev/null +++ b/abs/core-testing/filesystem/__changelog @@ -0,0 +1,2 @@ +remove /etc/issue + |