Ignore:
Timestamp:
Dec 24, 2009, 8:25:29 PM (14 years ago)
Author:
gdb
Message:

Made the sshd divert work properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-base/hvirt/debian/invirt-base.postinst

    r2009 r2788  
    11#!/bin/sh
    2 # postinst script for #PACKAGE#
     2# postinst script for invirt-base.postinst
    33#
    44# see: dh_installdeb(1)
     
    2121case "$1" in
    2222    configure)
     23        # Stolen from debathena
     24        if hash invoke-rc.d; then
     25            invoke-rc.d ssh restart
     26        else
     27            /etc/init.d/ssh restart
     28        fi
    2329    ;;
    2430
Note: See TracChangeset for help on using the changeset viewer.