uawdijnntqw1x1x1
IP : 216.73.216.215
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) 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
/
misc
/
.
/
..
/
dpkg
/
info
/
kbd.preinst
/
/
#!/bin/sh set -e mv_conffile() { OLD="$1" NEW="$2" [ -e "$OLD" ] || return 0 MD5SUM=`md5sum "$OLD" | sed -e 's/ .*//'` ORIG_MD5SUM=`dpkg-query -W -f='${Conffiles}' kbd | sed -n -e "\\' $OLD' { s/ obsolete$//; s/.* //; p }"` if [ "$MD5SUM" = "$ORIG_MD5SUM" ]; then echo "Removing obsolete unchanged conffile $OLD..." >&2 rm -f "$OLD" else echo "Moving obsolete customized conffile $OLD to $NEW..." >&2 mv -f "$OLD" "$NEW" fi } case "$1" in install|upgrade) # rename init script from console-screen.kbd.sh to kbd if dpkg --compare-versions "$2" le '1.15-3'; then update-rc.d -f console-screen.kbd.sh remove mv_conffile /etc/init.d/console-screen.kbd.sh /etc/init.d/kbd fi esac # vim:sw=4:sts=4:et:
/var/lib/misc/./../dpkg/info/kbd.preinst