From: Stefan Schantl Date: Thu, 20 Aug 2009 12:59:18 +0000 (-0400) Subject: Cleaned upstart. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e40a0cbab96bff4e3cb5af2771cad07503fb90e;p=ipfire-3.x.git Cleaned upstart. A few files are for the compatiblity mode, so we don´t need them and they will be removed. --- diff --git a/lfs/upstart b/lfs/upstart index 652ee8fa8..6f2392ed0 100644 --- a/lfs/upstart +++ b/lfs/upstart @@ -92,6 +92,14 @@ $(OBJECT): $(objects) cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install + # These binaries are for the compatiblity mode, so we don´t need them + rm -vf /sbin/halt + rm -vf /sbin/restart + rm -vf /sbin/runlevel + rm -vf /sbin/shutdown + rm -vf /sbin/telinit + + # These config files are for the compatiblity mode, so we don´t need them rm -vf /etc/init/control-alt-delete.conf rm -vf /etc/init/rc-sysinit.conf rm -vf /etc/init/rc.conf