K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / var / lib / dpkg / info /
server ip : 172.67.156.115

your ip : 172.69.130.140

H O M E


Filename/var/lib/dpkg/info/pppconfig.postinst
Size411
Permissionrwxr-xr-x
Ownerroot : root
Create time27-Apr-2025 09:55
Last modified08-Mar-2013 05:04
Last accessed27-Apr-2025 09:57
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/bin/sh

# Postinst for pppconfig by John Hasler 1999-2005
# Any possessor of a copy of this program may treat it as if it
# were in the public domain. I waive all rights.

set -e

if [ -x "`which update-menus`" ] ; then
update-menus
fi
if dpkg --compare-versions "$2" lt "2.3.18ubuntu2"; then
update-rc.d -f dns-clean remove >/dev/null
fi
update-rc.d dns-clean start 70 1 2 3 4 5 . >/dev/null


exit 0