Remove the last vestiges of the update-aircraft-db cronjob.
This commit is contained in:
parent
ad3d0e4d74
commit
b2aaa23984
6 changed files with 2 additions and 128 deletions
4
debian/dump1090-mutability.postinst
vendored
4
debian/dump1090-mutability.postinst
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue