openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages drbd-0.6.12-noterminal.patch
      Pages: < 1 >  DOWNLOAD      
diff -ru drbd-0.6.12.orig/scripts/drbd drbd-0.6.12/scripts/drbd
--- drbd-0.6.12.orig/scripts/drbd	2004-05-12 11:40:56.000000000 +0200
+++ drbd-0.6.12/scripts/drbd	2004-05-12 11:59:18.000000000 +0200
@@ -178,8 +178,7 @@
    ( [ -t 1 ] < $TERMINAL &> $TERMINAL ) 2>/dev/null && break
 done
 if [ -z "$TERMINAL" ] ; then
-	$LOGERR "FATAL: no terminal"
-	exit -1
+    TERMINAL=/dev/null
 fi