uawdijnntqw1x1x1
IP : 216.73.216.26
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
/
.
/
..
/
spamassassin
/
..
/
php5
/
..
/
dpkg
/
updates
/
..
/
info
/
isp-php53.postinst
/
/
#!/bin/bash # postinst script for coremanager # # see: dh_installdeb(1) #set -e # summary of how this script can be called: # * <postinst> `configure' <most-recently-configured-version> # * <old-postinst> `abort-upgrade' <new version> # * <conflictor's-postinst> `abort-remove' `in-favour' <package> # <new-version> # * <postinst> `abort-remove' # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package PHP_VER=53 PHP_PREFIX=/opt/php${PHP_VER} PHP_INI=${PHP_PREFIX}/etc/php.ini case "$1" in configure) if [ -z ${2} ]; then TZ=$(cat /etc/timezone) if grep -qE "^date.timezone\s*=" ${PHP_INI} ; then sed -i -r "s|^date.timezone\s*=.*|date.timezone = ${TZ}|" ${PHP_INI} else echo "date.timezone = ${TZ}" >> ${PHP_INI} fi for ext in dom gd mbstring mysql mysqli pdo pdo_mysql xml; do ln -s ../mods-available/${ext}.ini ${PHP_PREFIX}/etc/php.d/${ext}.ini ; done fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. exit 0
/var/lib/misc/./../spamassassin/../php5/../dpkg/updates/../info/isp-php53.postinst