Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
qmail-scanner
> qmail-scanner-root-check.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File qmail-scanner-root-check.diff of Package qmail-scanner
--- configure.save 2008-05-01 22:20:16.000000000 +0200 +++ configure 2008-05-01 22:23:30.000000000 +0200 @@ -20,28 +20,28 @@ echo "Building Qmail-Scanner $QS_VERSION..." -if [ "`id |grep root`" = "" ]; then - cat<<EOF - -Sorry, but this must be run as root, as several operations require - well -root access :-) - - -EOF - exit 1 -fi +#if [ "`id |grep root`" = "" ]; then +# cat<<EOF +# +#Sorry, but this must be run as root, as several operations require - well +#root access :-) +# +# +#EOF +# exit 1 +#fi #Check for existence of setuidgid -if [ "`setuidgid 2>&1|grep 'setuidgid account child'`" = "" ]; then - cat<<EOF - -Sorry, but no evidence of setuidgid (which is part of daemontools) can -be found on your system. - -EOF - exit 1 -fi +#if [ "`setuidgid 2>&1|grep 'setuidgid account child'`" = "" ]; then +# cat<<EOF +# +#Sorry, but no evidence of setuidgid (which is part of daemontools) can +#be found on your system. +# +#EOF +# exit 1 +#fi if [ "$SPAMC_HOST" != "" ]; then A_HN="-d $SPAMC_HOST"