aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-10-26 23:11:20 +0200
committerTom Gundersen <teg@jklm.no>2011-10-29 17:28:45 +0200
commit00070eca730dec9c6d587cc1639f6abaca83fa34 (patch)
treed92216f8eac2a780be29bb8d06cc99a59528427c /PKGBUILD
parentfbff8c64e2be9cbb24bd7f824552842d0bd6442d (diff)
downloadinitscripts-00070eca730dec9c6d587cc1639f6abaca83fa34.tar.xz
minilogd: kill
This is not very useful, is not maintained, has open serious bugs. Better to admit that it does not work and just remove it. Someone could easily make an AUR package with a hook, if they want it and can make it work as expected. The only case where this would be useful is in case lvm monitoring is in use and dmeventd sends out a message to syslog before syslog-ng is started (there is a very small window). However, not even this works atm (as far as I know) due to bugs in minilogd. Signed-off-by: Tom Gundersen <teg@jklm.no> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c5b71d..deddbd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=initscripts-git
pkgver=$(date +%s)
pkgrel=$(git log -1 --pretty=format:%h)
pkgdesc="System initialization/bootup scripts"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.archlinux.org"
license=('GPL')
groups=('base')