HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, 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
Upload Files
File: //var/lib/dpkg/info/exim4-config.postrm
#!/bin/sh

set -e
if [ -n "$EX4DEBUG" ]; then
  echo "now debugging $0 $@"
  set -x
fi

case "$1" in
    purge)
    	dpkg-statoverride --remove /etc/exim4/passwd.client || true
	rm -f /etc/exim4/update-exim4.conf.conf
	rm -f /var/lib/exim4/config.autogenerated
	rm -f /etc/exim4/conf.d/main/03_exim4-config_neverusers \
		/etc/exim4/conf.d/rewrite/30_exim4-config_email-addresses \
		/etc/exim4/conf.d/rewrite/35_exim4-config_masquerade

	# remove empty directories in /etc/exim4
	rmdir /etc/exim4/conf.d/auth /etc/exim4/conf.d/acl \
		/etc/exim4/conf.d/transport /etc/exim4/conf.d/main \
		/etc/exim4/conf.d/retry /etc/exim4/conf.d/rewrite \
		/etc/exim4/conf.d/router /etc/exim4/conf.d \
		/etc/exim4 /var/lib/exim4 2> /dev/null || true
	rm -f /etc/default/exim4
	# remove user
	#deluser  --quiet Debian-exim > /dev/null || true
	;;
esac

# Automatically added by dh_installdebconf
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
	db_purge
fi
# End automatically added section