summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-12-20 00:55:47 +0000
committerneilbrown <neilbrown>2005-12-20 00:55:47 +0000
commit025a0c58ed9043d231672a22232c438f29511ca0 (patch)
tree24286debfce85b068c6371c8dda03a441f02c7b4 /ChangeLog
parentff0c801ad905b863b8c175ccee460791a78b875d (diff)
downloadnfs-utils-025a0c58ed9043d231672a22232c438f29511ca0.tar.gz
nfs-utils-025a0c58ed9043d231672a22232c438f29511ca0.tar.xz
nfs-utils-025a0c58ed9043d231672a22232c438f29511ca0.zip
Set default hostname to '*' rather than leaving it empty
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b83742c..068b673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-20 NeilBrown <neilb@suse.de>
+ support/nfs/exports.c(getexportent): is a null host name is given,
+ replace it with '*' so we have a non-empty host name for messages
+ etc.
+
2005-12-20 Kevin Coffman <kwc@citi.umich.edu>
utils/gssd/gssd_proc.c(create_auth_rpc_client): Use service
portion of clp->servicename rather than hard-coding "nfs".