Hi,
On Tue, Nov 17, 2009 at 06:06:56PM +0100, ard wrote:
Obviously:
> #!/bin/sh -x
-x should not be there
> [ -w "${BASE}/${IFACE}/${ip_setting}" ] && echo "${!if_setting}
> > ${BASE}/${IFACE}/${ip_setting}"
needs 2 "'s extra :-)
--
.signature not found
--
To UNSUBSCRIBE, ema
Attached:
ip.txt : from the internal build
ip2.txt: what it probably should be
#!/bin/sh
# This should probably go into ifupdown
# But usually only those with lots of interfaces (vlans) need these
if [ -d "/proc/sys/net/ipv4/conf/$IFACE" ]
then
[ -n "$IF_IP_PROXY_ARP"] && echo $IF_IP_PR
2 matches
Mail list logo