projects
/
scripts
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee6d44
)
reload config via killall -HUP $BINARY
author
hackbard
<hackbard>
Sun, 14 Dec 2003 00:41:51 +0000
(
00:41
+0000)
committer
hackbard
<hackbard>
Sun, 14 Dec 2003 00:41:51 +0000
(
00:41
+0000)
unreal_update.sh
patch
|
blob
|
history
diff --git
a/unreal_update.sh
b/unreal_update.sh
index 7fc09c91b1fb7d7167f1f10f590955214326e970..876484ccae316e8c706ff90ba4c7f3f1cdece760 100755
(executable)
--- a/
unreal_update.sh
+++ b/
unreal_update.sh
@@
-13,5
+13,5
@@
NEWIP="`host hackdaworld.dyndns.org | awk '{ print $4 }'`"
cat $CONFIGDIR/unrealircd.conf | \
sed "s/.* HDWTAG .*/hostname ::ffff:$NEWIP; \/* HDWTAG *\//" > $CONFIGDIR/temp
mv $CONFIGDIR/temp $CONFIGDIR/unrealircd.conf
-$BINDIR/$BINARY rehash
+killall -HUP $BINARY