Use an indexed array for mount definitions

This commit is contained in:
2015-08-26 14:44:08 +03:00
parent f93cfc9056
commit c0364011e0
5 changed files with 55 additions and 13 deletions

29
tools/Makefile Normal file
View File

@@ -0,0 +1,29 @@
# spark-rc tools makefile
# Please modify config.mk and not this
sinclude ../config.mk
.PHONY: clean install uninstall all
build: killall5
all: build
killall5: killall5.in
sed -r \
-e 's%@BASH_PATH@%$(BASH_PATH)%' \
killall5.in > killall5
chmod 750 $@
clean:
rm killall5
install: build
install -dm755 $(BINDIR)
install -dm755 $(ETCDIR)
install -m750 killall5 $(BINDIR)/killall5
uninstall:
rm $(BINDIR)/killall5

2
tools/killall5 → tools/killall5.in Executable file → Normal file
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!@BASH_PATH@
# A simple reimplementation of killall5 from sysvinit-tools
get_my_tree() {