diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-21 07:29:42 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-21 07:29:42 +0000 |
commit | 0d641d0cebfbd8cc6015d2361e088ce0410c5d20 (patch) | |
tree | 60c65599085b9259096391266b26bcd7b787724f | |
parent | 930a4292e95947d20696b7ce08bbb936442fe327 (diff) | |
download | samba-0d641d0cebfbd8cc6015d2361e088ce0410c5d20.tar.gz samba-0d641d0cebfbd8cc6015d2361e088ce0410c5d20.tar.xz samba-0d641d0cebfbd8cc6015d2361e088ce0410c5d20.zip |
and get the message right ...
-rw-r--r-- | source/utils/testparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/testparm.c b/source/utils/testparm.c index e4c627d954f..a5205878cc7 100644 --- a/source/utils/testparm.c +++ b/source/utils/testparm.c @@ -62,7 +62,7 @@ cannot be set in the smb.conf file. nmbd will abort with this setting.\n"); printf("ERROR: lock directory %s does not exist\n", lp_lockdir()); } else if ((st.st_mode & 0777) != 0755) { - printf("WARNING: lock directory %s should have permissions 0644 for browsing to work\n", + printf("WARNING: lock directory %s should have permissions 0755 for browsing to work\n", lp_lockdir()); } } |