Changeset 48 for trunk/pdns/debian/postinst
- Timestamp:
- 12/01/02 17:13:32 (10 years ago)
- Location:
- trunk/pdns/debian
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/debian
- Property svn:ignore
-
old new 1 tmp 1 2 files 2 3 substvars
-
- Property svn:ignore
-
trunk/pdns/debian/postinst
r46 r48 17 17 18 18 19 update_pdns() { 20 if [ -n "$2" ] ; then 21 /etc/init.d/pdns start 22 fi 23 } 24 19 25 if [ "$1" = "configure" -o "$1" = "abort-upgrade" ] ; then 20 26 update_docbase 21 27 update_init "$@" 28 restart_pdns "$@" 22 29 ldconfig 23 30 fi