ossp-pkg/rc/rc_test/rc.dhcpd 1.1 -> 1.2
--- rc.dhcpd 2002/07/30 16:36:42 1.1
+++ rc.dhcpd 2002/08/01 14:31:39 1.2
@@ -4,6 +4,7 @@
%config
dhcpd_enable="yes"
+ hacking="ofcourse"
%start -p 200 -u root
opServiceEnabled dhcpd || exit 0
@@ -14,6 +15,11 @@
curl -s ftp://ftp.openpkg.org/current/SRC/ | grep openssl
date
echo $0
+ if [ $hacking = ofcourse ]; then
+ echo "Yes, of course"
+ else
+ echo "There is no hacking"
+ fi
# cat $0
%stop -p 200 -u root
|
|