Server IP : 127.0.0.2 / Your IP : 18.118.212.165 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/lib/dpkg/info/ |
Upload File : |
#! /bin/sh # # initscripts postrm # set -e case "$1" in purge) # # Remove abandoned conffiles # rm -f /etc/init.d/bootclean rm -f /etc/init.d/bootclean.dpkg-old rm -f /etc/init.d/bootclean.sh rm -f /etc/init.d/bootclean.sh.dpkg-old rm -f /etc/default/bootlogd rm -f /etc/default/bootlogd.dpkg-old # # Remove configuration files # rm -f \ /etc/default/rcS \ /etc/motd.tail \ /etc/motd.static # # Remove state files # rm -f /var/lib/initscripts/nologin # # Remove run time state files # rm -f /var/run/motd # # Remove log files # rm -f \ /var/log/dmesg \ /var/log/boot \ /var/log/fsck/checkroot \ /var/log/fsck/checkfs # Remove rc symlinks in the reverse dependency order they were # inserted update-rc.d rc.local remove >/dev/null || exit $? update-rc.d single remove >/dev/null || exit $? update-rc.d killprocs remove >/dev/null || exit $? update-rc.d sendsigs remove >/dev/null || exit $? update-rc.d umountnfs.sh remove >/dev/null || exit $? update-rc.d umountfs remove >/dev/null || exit $? update-rc.d umountroot remove >/dev/null || exit $? update-rc.d reboot remove >/dev/null || exit $? update-rc.d halt remove >/dev/null || exit $? update-rc.d urandom remove >/dev/null || exit $? update-rc.d bootmisc.sh remove >/dev/null || exit $? update-rc.d mountnfs-bootclean.sh remove >/dev/null || exit $? update-rc.d mountnfs.sh remove >/dev/null || exit $? update-rc.d mountall-bootclean.sh remove >/dev/null || exit $? update-rc.d mountall.sh remove >/dev/null || exit $? update-rc.d checkfs.sh remove >/dev/null || exit $? update-rc.d checkroot-bootclean.sh remove >/dev/null || exit $? update-rc.d checkroot.sh remove >/dev/null || exit $? update-rc.d mountdevsubfs.sh remove >/dev/null || exit $? update-rc.d hostname.sh remove >/dev/null || exit $? update-rc.d mountkernfs.sh remove >/dev/null || exit $? # Remove /dev/pts and /dev/shm ? ;; esac # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/init.d/stop-bootlogd 2.88dsf-42 initscripts -- "$@" # End automatically added section # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/init.d/stop-bootlogd-single 2.88dsf-42 initscripts -- "$@" # End automatically added section # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/init.d/bootlogd 2.88dsf-42 initscripts -- "$@" # End automatically added section :