projects
/
grml-infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
423ab47
)
Fix hostname detection
author
Alexander Wirt
<formorer@grml.org>
Tue, 12 Jun 2007 08:02:21 +0000
(10:02 +0200)
committer
Alexander Wirt
<formorer@grml.org>
Tue, 12 Jun 2007 08:02:21 +0000
(10:02 +0200)
deb.grml.org-mirrorscript
patch
|
blob
|
history
diff --git
a/deb.grml.org-mirrorscript
b/deb.grml.org-mirrorscript
index
9efe83a
..
4429904
100755
(executable)
--- a/
deb.grml.org-mirrorscript
+++ b/
deb.grml.org-mirrorscript
@@
-111,7
+111,7
@@
fi
# If that's the case on your system, make sure hostname prints the full
# hostname, and remove the -f option. If there's no hostname command,
# explicitly replace `hostname -f` with the hostname.
# If that's the case on your system, make sure hostname prints the full
# hostname, and remove the -f option. If there's no hostname command,
# explicitly replace `hostname -f` with the hostname.
-HOSTNAME=
YOUR.HOSTNAME
+HOSTNAME=
`hostname -f`
LOCK="${TO}/Archive-Update-in-Progress-${HOSTNAME}"
LOCK="${TO}/Archive-Update-in-Progress-${HOSTNAME}"