Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
3a655c5003
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/ifplugd/ifplugd.init

+ 1
- 1
package/base/ifplugd/ifplugd.init

@ -32,7 +32,7 @@ main_begin
block_begin(start, `Starting ifplugd.')
for IF in $INTERFACES ; do
eval A=\$ARGS_{$IF}
eval A=\$ARGS_${IF}
[ "$A" = "" ] && A="$ARGS"
check(`D_prefix/sbin/ifplugd -i $IF $A')
done

Loading…
Cancel
Save