summaryrefslogtreecommitdiff
blob: c323dbae4c86e2c9fc7539324e9adc7ec5e48fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 ***