Show
Ignore:
Timestamp:
12/01/02 17:13:32 (10 years ago)
Author:
ahu
Message:

juh

Location:
trunk/pdns/debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/debian

    • Property svn:ignore
      •  

        old new  
         1tmp 
        12files 
        23substvars 
  • trunk/pdns/debian/postinst

    r46 r48  
    1717 
    1818 
     19update_pdns() { 
     20        if [ -n "$2" ] ; then 
     21                /etc/init.d/pdns start 
     22        fi 
     23} 
     24 
    1925if [ "$1" = "configure" -o "$1" = "abort-upgrade" ] ; then 
    2026        update_docbase 
    2127        update_init "$@" 
     28        restart_pdns "$@" 
    2229        ldconfig 
    2330fi