freebsd-ports/net/coda6_server/files/patch-hostname
Sergey Matveychuk 0036fd14a8 - Update to 6.0.7
PR:		ports/74258, ports/74259
Submitted by:	Radim Kolar <hsn(at)netmag.cz>
Approved by:	maintainer (timeout: 1+ month)
2004-12-29 17:36:19 +00:00

33 lines
773 B
Text

--- coda-src/scripts/vice-setup.in.orig Tue Oct 5 18:36:16 2004
+++ coda-src/scripts/vice-setup.in Wed Nov 17 00:40:31 2004
@@ -318,7 +318,7 @@
#
# ${vicedir}/hostname
#
-hn=`hostname -f`
+hn=`hostname`
echo $hn > ${vicedir}/hostname
#
--- coda-src/scripts/vice-setup-scm.orig Tue Oct 5 18:36:16 2004
+++ coda-src/scripts/vice-setup-scm Wed Nov 17 00:40:12 2004
@@ -53,7 +53,7 @@
# making hostname
#
-hn=`hostname -f`
+hn=`hostname`
cd ${vicedir}/db
if [ $numservers -eq 1 ]; then
--- coda-src/scripts/vice-setup-srvdir.orig Sat Sep 4 08:03:32 2004
+++ coda-src/scripts/vice-setup-srvdir Wed Nov 17 11:00:10 2004
@@ -32,7 +32,7 @@
numservers=1
. "`codaconfedit server.conf`"
-hn=`hostname -f`
+hn=`hostname`
n=1
while [ $n -le $numservers ]; do