diff options
author | Roy Marples <roy@marples.name> | 2007-11-28 15:50:18 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-28 15:50:18 +0000 |
commit | 9252492d2f67dce7ed4400dd660999db8467156d (patch) | |
tree | bff0b36ef07e8c812428057af6ebfcc59d9de2b2 /src | |
parent | ac9279cc0d5a00bc17908b2914941186020cd3ce (diff) |
We don't care about update-rc
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d36f5144..62816831 100644 --- a/src/Makefile +++ b/src/Makefile @@ -141,7 +141,6 @@ install:: $(TARGET) install -d $(DESTDIR)/bin install -d $(DESTDIR)/sbin install -m 0555 $(SBIN_TARGETS) $(DESTDIR)/sbin - ln -sf rc-update $(DESTDIR)/sbin/update-rc install -d $(DESTDIR)/$(RC_LIB)/conf.d install -m 0444 $(SYS_WHITELIST) $(DESTDIR)/$(RC_LIB)/conf.d install -d $(DESTDIR)/$(RC_LIB)/bin |