diff options
author | Sebastien Luttringer <seblu@seblu.net> | 2011-05-05 01:17:24 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-05-11 01:51:33 +0200 |
commit | 2acd4aaf8b84316e30b63ba1f785e2e15ddee4a3 (patch) | |
tree | 6b1625642d42b974bb7ac101f2be491a2960a47e | |
parent | 8ffdc007c28346ba0a733dbcdba62f91d23ce353 (diff) |
Rename rc into rc.d2011.05.1
To avoid conflict with plan9 rc shell we need to rename our rc.
Original name come from debian invoke-rc.d, shortened into rc.
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | rc.d (renamed from rc) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ install: minilogd installdirs install -m755 -t $(DESTDIR)/etc rc.local rc.local.shutdown rc.multi rc.shutdown rc.single rc.sysinit install -m755 -t $(DESTDIR)/etc/cron.hourly adjtime install -m755 -t $(DESTDIR)/etc/rc.d functions hwclock network netfs - install -m755 -t $(DESTDIR)/sbin minilogd rc + install -m755 -t $(DESTDIR)/sbin minilogd rc.d clean: rm -f minilogd minilogd.o |