projects
/
mirror
/
userdir-ldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e472df7
)
No need to execute hostname twice
author
joey
<>
Wed, 27 Oct 2004 11:52:37 +0000
(11:52 +0000)
committer
joey
<>
Wed, 27 Oct 2004 11:52:37 +0000
(11:52 +0000)
ud-replicate
patch
|
blob
|
history
diff --git
a/ud-replicate
b/ud-replicate
index
462bce7
..
8968aa1
100755
(executable)
--- a/
ud-replicate
+++ b/
ud-replicate
@@
-14,7
+14,7
@@
cd /tmp/
cd /var/lib/misc || cd /var/state/glibc/ || cd /var/db/
lockfile -r 1 -l 3600 lock
trap "rm -f lock" exit
-case $
(hostname)
in
+case $
HOST
in
*samosa*)
udhost=;;
*)