Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
264d2af52a
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      package/base/sysfiles/sysfiles.conf

+ 4
- 1
package/base/sysfiles/sysfiles.conf

@ -66,8 +66,11 @@ EOT
echo "Installing the rock-net tool ..."
cp -v $confdir/rocknet.sh etc/network/rocknet
if [ ! -f etc/network/config ]; then
cp -vf $confdir/rocknet_config etc/network/config
fi
chmod +x etc/network/rocknet
for x in $( cd $confdir; echo rocknet_{*.sh,README,config,getprofile}; ); do
for x in $( cd $confdir; echo rocknet_{*.sh,README,getprofile}; ); do
dst="${x#rocknet_}"; z="/"; dst="${dst//_/$z}"
cp -vf $confdir/$x etc/network/$dst
done

Loading…
Cancel
Save