You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/qmail-scanner/files/qmail-scanner-2.08-disable-...

18 lines
456 B

this is a useless check for package builders
https://bugs.gentoo.org/364123
--- a/configure
+++ b/configure
@@ -440,9 +440,7 @@ fi
#QMAILQUEUE_BIN="${QMAILQUEUE_BIN:-$BINDIR/qmail-queue}"
#Sanity check that suid is allowed on the Qmail "/bin" partition
-QMNT=`df $BINDIR|head -2|tail -1|awk '{print $1}'`
-SUIDSTATUS=`mount|egrep "^$QMNT "|grep nosuid`
-if [ "$SUIDSTATUS" != "" ]; then
+if false; then
cat<<EOF
*** FATAL ERROR ***