[scponly] setup_chroot.sh

stephan.helas at e-7.com stephan.helas at e-7.com
Thu Feb 10 13:21:46 EST 2005


Hello,

got error on using script with new scponly-4.0 version. path to config.h
seems to be incorrect. After backgrading to old Version, Script works.


-------- diff of setup_chroot.sh.in -------------
45a46
> include_path="/usr/include/scponly"
53c54
< BINARIES=`@PROG_GREP@ '#define PROG_' config.h | @PROG_CUT@ -f2 -d\" |
@PROG_GREP@ -v ^cd$`
---
> BINARIES=`@PROG_GREP@ '#define PROG_' $include_path/config.h |
@PROG_CUT@ -f2 -d\" | @PROG_GREP@ -v ^cd$`
92c93
< if [ x at CHROOTED_NAME@ = x ] || [ ! -f ./config.h ]; then
---
> if [ x at CHROOTED_NAME@ = x ] || [ ! -f $include_path/config.h ]; then
-------- /diff of setup_chroot.sh.in -------------


Best regards,
Stephan Helas




More information about the scponly mailing list