D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
openssh-server.prerm
back
Copy
#!/bin/sh set -e # Automatically added by dh_installdeb dpkg-maintscript-helper mv_conffile /etc/pam.d/ssh /etc/pam.d/sshd 1:4.7p1-4~ -- "$@" # End automatically added section # Automatically added by dh_installinit if ([ -x "/etc/init.d/ssh" ] || [ -e "/etc/init/ssh.conf" ]) && \ [ "$1" = remove ]; then invoke-rc.d ssh stop || exit $? fi # End automatically added section