Remove non-functional syslog and logrotate facilities

This commit is contained in:
2015-12-06 01:49:18 +01:00
parent 3056c72efd
commit 2add55a982
7 changed files with 3 additions and 52 deletions

View File

@@ -1,5 +1,4 @@
base: cron syslog sshd
base: cron sshd
$(call script,utilities)
$(call script,init)
$(call script,runit)
$(call script,logrotate)
$(call script,runit)

View File

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

View File

@@ -1,3 +0,0 @@
syslog:
$(call script,$@)
$(call runit,$@)