diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-09 01:58:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-09 01:58:03 +0000 |
commit | 4fe46f8cfe1729dfe8885745d9b5accb83e90261 (patch) | |
tree | 760c45b76a5404f80397bca045f6943642dc492e /sys-apps/initng | |
parent | Version bump #105573 by kaeng. (diff) | |
download | gentoo-2-4fe46f8cfe1729dfe8885745d9b5accb83e90261.tar.gz gentoo-2-4fe46f8cfe1729dfe8885745d9b5accb83e90261.tar.bz2 gentoo-2-4fe46f8cfe1729dfe8885745d9b5accb83e90261.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.ebuild | 4 |
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 } |