Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10967/scripts
Modified Files:
shellinabox
Log Message:
Stability improvements
Index: shellinabox
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/shellinabox,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- shellinabox 13 Dec 2015 14:43:42 -0000 1.5
+++ shellinabox 13 Feb 2016 17:01:25 -0000 1.6
@@ -18,7 +18,7 @@
build )
if [ "$CONFIG_SHELLINABOX" = "y" ]; then
autoreconf -f -i || exit 1
- ./configure --prefix=/usr --sysconfdir=/etc || exit 1
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-runtime-loading || exit 1
make $PMAKE all || exit 1
fi
|