Preliminary commit of new files

This commit is contained in:
2014-12-18 12:12:17 +00:00
parent d6919960c0
commit 25a6f48597
63 changed files with 1004 additions and 0 deletions

10
build/make/base.mk Normal file
View File

@@ -0,0 +1,10 @@
base: directory cron syslog sshd hosts
ln -f $(BASE)/config build
ln -f $(BASE)/init build
ln -f $(BASE)/scripts/*_prepare.sh build/scripts
ln -f $(BASE)/scripts/*_boot.sh build/scripts
ln -f $(BASE)/scripts/*_init.sh build/scripts
ln -f $(BASE)/scripts/*_runit.sh build/scripts
ln -f $(BASE)/scripts/*_logrotate.sh build/scripts
ln -f $(BASE)/scripts/*_utilities.sh build/scripts
ln -f $(BASE)/scripts/*_cleanup.sh build/scripts

3
build/make/btsync.mk Normal file
View File

@@ -0,0 +1,3 @@
btsync:
cp $(BASE)/scripts/*_$@.sh build/scripts
cp $(BASE)/runit/$@ build/runit

2
build/make/chrome.mk Normal file
View File

@@ -0,0 +1,2 @@
chrome:
ln -f $(BASE)/scripts/*_$@.sh build/scripts

3
build/make/cron.mk Normal file
View File

@@ -0,0 +1,3 @@
cron:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
ln -f $(BASE)/runit/$@ build/runit

2
build/make/firefox.mk Normal file
View File

@@ -0,0 +1,2 @@
firefox: user
ln -f $(BASE)/scripts/*_$@.sh build/scripts

4
build/make/hamachi.mk Normal file
View File

@@ -0,0 +1,4 @@
hamachi:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
ln -f $(BASE)/runit/$@ build/runit
ln -f $(BASE)/boot/*_$@.sh build/boot

3
build/make/hosts.mk Normal file
View File

@@ -0,0 +1,3 @@
hosts:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
ln -f $(BASE)/boot/*_$@.sh build/boot

2
build/make/pulseaudio.mk Normal file
View File

@@ -0,0 +1,2 @@
pulseaudio:
ln -f $(BASE)/scripts/*_$@.sh build/scripts

3
build/make/redis.mk Normal file
View File

@@ -0,0 +1,3 @@
redis:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
ln -f $(BASE)/runit/$@ build/runit

3
build/make/sshd.mk Normal file
View File

@@ -0,0 +1,3 @@
sshd:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
ln -f $(BASE)/runit/$@ build/runit

3
build/make/syslog.mk Normal file
View File

@@ -0,0 +1,3 @@
syslog:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
ln -f $(BASE)/runit/$@ build/runit

2
build/make/user.mk Normal file
View File

@@ -0,0 +1,2 @@
user:
ln -f $(BASE)/scripts/*_$@.sh build/scripts