*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-10-01 20:35:28 +00:00
parent 7dc94cacbb
commit 9c964596a5
1 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ pkg install ucarp
vi /root/ucarp_up.sh
#!/bin/sh
### ### ### PLITC // ### ### ###
### ### ### C3D2 // ### ### ###
#// Load variables from rc.conf
. /etc/rc.subr
load_rc_config ucarp
@ -328,7 +328,7 @@ while true ; do
sleep 1
fi
done
### ### ### // PLITC ### ### ###
### ### ### // C3D2 ### ### ###
# EOF
chmod 0755 /root/ucarp_up.sh