Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1e9b7620

Přidáno uživatelem Ondřej Fibich před téměř 11 roky(ů)

Working with crod.d now similar as in freenetis package

Zobrazit rozdíly:

deb/prerm
#!/bin/sh
# FreenetIS SSH keys DEB: actions before uninstalling of package
set -e
# remove CRON entry
rm -rf /etc/cron.d/freenetis-ssh-keys
# restart CRON
if [ -x /usr/sbin/invoke-rc.d ]; then
invoke-rc.d cron restart 3>/dev/null || true
else
/etc/init.d/cron restart 3>/dev/null || true
fi

Také k dispozici: Unified diff