Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
proc $MODULE.bootcmd { node } {
global ROOTDIR LIBDIR
- return "$ROOTDIR/$LIBDIR/quaggaboot.sh"
+ if { $ROOTDIR == "." && $LIBDIR == "." } {
+ ;# on remote GUI / PC:
+ return "/usr/local/bin/quaggaboot.sh"
+ } else {
+ return "$ROOTDIR/$LIBDIR/quaggaboot.sh"
+ }
}
#****f* quagga.tcl/router.quagga.shellcmd