Rename all INIT scripts to have the numerical prefixes to easily see the start-up order.

This commit is contained in:
"Steven J. Hill"
2007-05-09 22:48:41 +00:00
parent 448153a06a
commit 6b00c90d70
25 changed files with 13 additions and 13 deletions

View File

@@ -92,7 +92,7 @@ $(TARGET_DIR)/$(SAMBA_TARGET_BINARY): $(SAMBA_DIR)/$(SAMBA_BINARY)
for file in $(SAMBA_TARGETS_) ; do \
rm -f $(TARGET_DIR)/$$file; \
done
$(INSTALL) -m 0755 -D package/samba/init-samba $(TARGET_DIR)/etc/init.d/S91smb
$(INSTALL) -m 0755 -D package/samba/S91smb $(TARGET_DIR)/etc/init.d
@if [ ! -f $(TARGET_DIR)/etc/samba/smb.conf ] ; then \
$(INSTALL) -m 0755 -D package/samba/simple.conf $(TARGET_DIR)/etc/samba/smb.conf; \
fi;