Remove the last vestiges of the update-aircraft-db cronjob.

This commit is contained in:
Oliver Jowett 2016-07-10 12:21:35 +01:00
parent ad3d0e4d74
commit b2aaa23984
6 changed files with 2 additions and 128 deletions

View file

@ -21,8 +21,6 @@ NAME=dump1090-mutability
CONFIGFILE=/etc/default/$NAME
SRCCONFIGFILE=$CONFIGFILE
TEMPLATECONFIG=/usr/share/$NAME/config-template
CRONFILE=/etc/cron.d/$NAME
TEMPLATECRON=/usr/share/$NAME/cron-template
SEDSCRIPT=$CONFIGFILE.sed.tmp
subvar_raw() {
@ -111,7 +109,7 @@ case "$1" in
adduser --system --home /usr/share/$NAME --no-create-home --quiet "$RUNAS"
fi
# create log if missing; change ownership if needed so the cronjob works
# create log if missing; change ownership if needed
db_get $NAME/log-file
touch $RET
chown $RUNAS $RET