From 8d8eb60e1812a930e0b6779670967f818c4b14b3 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 7 Oct 2009 18:00:19 -0500
Subject: filesystem: remove /etc/issue.  It's provided by a different pkg

---
 abs/core-testing/filesystem/PKGBUILD    | 4 ++--
 abs/core-testing/filesystem/__changelog | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 abs/core-testing/filesystem/__changelog

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
+
-- 
cgit v0.12