aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-06-15 18:56:54 +0000
committerBill Nottingham <notting@redhat.com>2000-06-15 18:56:54 +0000
commit60a0dcc9b21edc6777a4392daba44eaa06b1fc9f (patch)
treeafd1f617869f8eee36356c51653975da8db7f82a /src/Makefile
parent855e91894a00e7f237427af5e0d2d96d0833d777 (diff)
downloadinitscripts-60a0dcc9b21edc6777a4392daba44eaa06b1fc9f.tar
initscripts-60a0dcc9b21edc6777a4392daba44eaa06b1fc9f.tar.gz
initscripts-60a0dcc9b21edc6777a4392daba44eaa06b1fc9f.tar.bz2
initscripts-60a0dcc9b21edc6777a4392daba44eaa06b1fc9f.tar.xz
initscripts-60a0dcc9b21edc6777a4392daba44eaa06b1fc9f.zip
/etc/rc.d/init.d -> /etc/init.d. Wheeeeee.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 654483e0..32d87b9b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -39,7 +39,7 @@ install:
# not installed by default, only comes from sources.
install-test:
install -s -m 755 testd $(ROOT)/usr/sbin/testd
- install -m 755 testdinit $(ROOT)/etc/rc.d/init.d/testd
+ install -m 755 testdinit $(ROOT)/etc/init.d/testd
ipcalc: ipcalc.o
$(CC) $(LDFLAGS) -o $@ $< /usr/lib/libpopt.a