]> git.entuzijast.net Git - imunes.git/commitdiff
Script quaggaboot.sh is moved to /usr/local/bin
authormiljenko <miljenko>
Fri, 2 Dec 2005 10:22:42 +0000 (10:22 +0000)
committermiljenko <miljenko>
Fri, 2 Dec 2005 10:22:42 +0000 (10:22 +0000)
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

install.sh

index a883daf342ef7152df2199f5acc3d1748233e385..576c5a77a26828df8acb685f872711dd710caa88 100755 (executable)
@@ -22,12 +22,10 @@ sed -e "s,LIBDIR=\"\",LIBDIR=$LIBDIR," \
     imunes > $ROOTDIR/$BINDIR/imunes
 chmod 755 $ROOTDIR/$BINDIR/imunes
 
-
 lib_files="nodecfg.tcl linkcfg.tcl cfgparse.tcl ipv4.tcl ipv6.tcl exec.tcl \
           canvas.tcl editor.tcl filemgmt.tcl help.tcl initgui.tcl \
           quagga.tcl xorp.tcl static.tcl pc.tcl host.tcl \
-          lanswitch.tcl rj45.tcl hub.tcl \
-          quaggaboot.sh" 
+          lanswitch.tcl rj45.tcl hub.tcl"
 
 tiny_icons="delete.gif hub.gif frswitch.gif host.gif \
            lanswitch.gif link.gif pc.gif rj45.gif router.gif select.gif"
@@ -48,5 +46,8 @@ for file in ${normal_icons}; do
         cp icons/normal/$file $ROOTDIR/$LIBDIR/icons/normal/
 done
 
+cp quaggaboot.sh $ROOTDIR/$BINDIR/
+chmod 755 $ROOTDIR/$BINDIR/quaggaboot.sh
+
 echo Done!