mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Rename all INIT scripts to have the numerical prefixes to easily see the start-up order.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user