summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-09 01:58:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-09 01:58:03 +0000
commite953b49e1f45566d4ac38a7cd966c30f695cd441 (patch)
tree9bba5ccf0f4c8919b7f6587a7aab1754b849bd3f /sys-apps/initng
parentVersion bump #105573 by kaeng. (diff)
downloadhistorical-e953b49e1f45566d4ac38a7cd966c30f695cd441.tar.gz
historical-e953b49e1f45566d4ac38a7cd966c30f695cd441.tar.bz2
historical-e953b49e1f45566d4ac38a7cd966c30f695cd441.zip
dont need to delete killall5 anymore #111886 by Sonny Lander
Diffstat (limited to 'sys-apps/initng')
-rw-r--r--sys-apps/initng/initng-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/initng/initng-9999.ebuild b/sys-apps/initng/initng-9999.ebuild
index 4e6d353ac4bb..436453aae534 100644
--- a/sys-apps/initng/initng-9999.ebuild
+++ b/sys-apps/initng/initng-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/initng-9999.ebuild,v 1.4 2005/11/05 08:14:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/initng-9999.ebuild,v 1.5 2005/11/09 01:58:03 vapier Exp $
ESVN_REPO_URI="http://svn.initng.thinktux.net/initng"
ESVN_PROJECT="initng"
@@ -37,7 +37,7 @@ src_install() {
# Dont need libtool linker scripts, so punt em
find "${D}" -name '*.la' -exec rm {} \;
# other packages install these
- rm "${D}"/sbin/{{ifplugd,wpa_cli}.action,killall5} || die
+ rm "${D}"/sbin/{{ifplugd,wpa_cli}.action} || die
dodoc README FAQ AUTHORS ChangeLog NEWS TEMPLATE_HEADER TODO
}