Package pdnsd: Скрипты

Post install

1
2
3
4
5
6
[ -s /var/cache/pdnsd/pdnsd.cache ] ||
        echo -n -e "pd12\0\0\0\0" >/var/cache/pdnsd/pdnsd.cache
chmod 0600 /var/cache/pdnsd/pdnsd.cache
chown root:pdnsd /var/cache/pdnsd/pdnsd.cache

/usr/sbin/post_service pdnsd
Pre install

/usr/sbin/groupadd -r -f pdnsd >/dev/null 2>&1 ||:
/usr/sbin/useradd -r -g pdnsd -d /dev/null -s /dev/null -n pdnsd >/dev/null 2>&1 ||:
Pre uninstall

/usr/sbin/preun_service pdnsd