diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 | ||||
-rwxr-xr-x | src/testdinit | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 32d87b9b..654483e0 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/init.d/testd + install -m 755 testdinit $(ROOT)/etc/rc.d/init.d/testd ipcalc: ipcalc.o $(CC) $(LDFLAGS) -o $@ $< /usr/lib/libpopt.a diff --git a/src/testdinit b/src/testdinit index 67ea8c37..f2f4a85b 100755 --- a/src/testdinit +++ b/src/testdinit @@ -5,7 +5,7 @@ # # Source function library. -. /etc/init.d/functions +. /etc/rc.d/init.d/functions # See how we were called. case "$1" in |