error in file /etc/init.d/ipx

Bug #30643 reported by Gde Bagus Aryana
4
Affects Status Importance Assigned to Milestone
ncpfs (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

i think there is an error in file /etc/init.d/ipx
if variable IPX_CONFIGURED = yes, command "ipx_configure --auto_primary ${IPX_AUTO_PRIMARY} --auto_interface=${IPX_AUTO_INTERFACE}" should not be run

the diff:
--- ipx.asli 2005-03-31 15:37:30.000000000 +0700
+++ ipx 2006-02-06 20:27:55.000000000 +0700
@@ -22,10 +22,11 @@
      ${IPX_NETNUM} \
      ${IPX_SERVER_NODENUM}
    fi
- fi
+ else
   ipx_configure \
    --auto_primary=${IPX_AUTO_PRIMARY} \
    --auto_interface=${IPX_AUTO_INTERFACE}
+ fi
   ;;
  stop)
   ipx_configure --auto_primary=off --auto_interface=off

Related branches

Revision history for this message
Steven Harms (sharms) wrote :

Can confirm in feisty .

Changed in ncpfs:
status: Unconfirmed → Confirmed
Revision history for this message
Luke Yelavich (themuso) wrote :

ncpfs (2.2.6-4ubuntu1) gutsy; urgency=low

  * debian/ipx.init.d:
    - DO not run ipx_configure if IPX_CONFIGURED == yes. Thanks to Gde
      Bagus Aryana for the patch. (LP: #30643)
  * Fix FTBFS, patch taken from Debian bug #428937, Thanks to Petr
    Vandrovec <email address hidden>.
  * Modify maintainer value as per spec.

 -- Luke Yelavich <email address hidden> Fri, 17 Aug 2007 21:42:08 +1000

Changed in ncpfs:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.