uawdijnntqw1x1x1
IP : 3.138.124.167
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : 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,
OS : Linux
PATH:
/
var
/
lib
/
vim
/
..
/
python
/
..
/
dpkg
/
info
/
proftpd-basic.preinst
/
/
#!/bin/sh set -e # summary of how this script can be called: # * <new-preinst> `install' # * <new-preinst> `install' <old-version> # * <new-preinst> `upgrade' <old-version> # * <old-preinst> `abort-upgrade' <new-version> # if [ "$1" = "upgrade" ]; then if [ -e /usr/sbin/invoke-rc.d ]; then invoke-rc.d proftpd stop >/dev/null 2>&1 || true else /etc/init.d/proftpd stop >/dev/null 2>&1 || true fi # Scoreboard file format changed in 1.2.9 # Now stopping all inetd sessions and removing it to ensure # a clean upgrade if dpkg --compare-versions "$2" lt "1.2.9-1"; then if [ `pgrep proftpd|wc -l` -ne 0 ]; then pkill proftpd sleep 2 fi rm -f /run/proftpd/proftpd.scoreboard fi fi exit 0
/var/lib/vim/../python/../dpkg/info/proftpd-basic.preinst