|
Line
Link Here
|
| 0 |
-- a/files/djbdns-setup |
0 |
++ b/files/djbdns-setup |
|
Lines 18-31
Link Here
|
| 18 |
# http://www.gnu.org/copyleft/gpl.html |
18 |
# http://www.gnu.org/copyleft/gpl.html |
| 19 |
# |
19 |
# |
| 20 |
|
20 |
|
| 21 |
# {{{ Rip off the ewarn code from /sbin/functions.sh |
21 |
# source functions.sh for ebegin, eend, etc. |
| 22 |
WARN=$'\e[33;01m' |
22 |
. /etc/init.d/functions.sh |
| 23 |
NORMAL=$'\e[0m' |
|
|
| 24 |
ewarn() { |
| 25 |
echo -e " ${WARN}*${NORMAL} $*" |
| 26 |
return 0 |
| 27 |
} |
| 28 |
# }}} |
| 29 |
|
23 |
|
| 30 |
# {{{ global vars |
24 |
# {{{ global vars |
| 31 |
S_SEPARATOR="--------------------------------------------------------------------------------" |
25 |
S_SEPARATOR="--------------------------------------------------------------------------------" |