X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Finitscripts;h=f656c72a7458025459f1481a568a1721f4059804;hp=4894710ac371923dc6c0921723e69593fbb9f726;hb=de0ccf8f8c9fc6b695f45a3fdcf0a85c3b3d5299;hpb=60620d3d4385628f9c5c7725d042b742940bbb28 diff --git a/lfs/initscripts b/lfs/initscripts index 4894710ac3..f656c72a74 100755 --- a/lfs/initscripts +++ b/lfs/initscripts @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2007-2015 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -194,10 +194,12 @@ $(TARGET) : ln -sf any /etc/rc.d/init.d/networking/$$i; \ done - # ARM does not need checkfstab and acpid + # ARM does not need checkfstab and acpid, intel no swconfig ifeq "$(MACHINE_TYPE)" "arm" rm -vf /etc/rc.d/init.d/{acpid,checkfstab} + ln -sf ../init.d/swconfig /etc/rc.d/rcsysinit.d/S73swconfig else + rm -vf /etc/rc.d/init.d/swconfig ln -sf ../init.d/acpid /etc/rc.d/rc3.d/S12acpid ln -sf ../init.d/acpid /etc/rc.d/rc0.d/K87acpid ln -sf ../init.d/acpid /etc/rc.d/rc6.d/K87acpid