"Fossies" - the Fresh Open Source Software Archive 
Member "smbnetfs-0.6.3/debian/patches/warning.diff" (4 Jan 2018, 821 Bytes) of package /linux/misc/smbnetfs-0.6.3.tar.bz2:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Diff source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 Author: Varun Hiremath <vh63@cornell.edu>
2 Date: Tue, 20 Oct 2009 02:32:48 -0400
3 Description: smbnetfs.conf is present in /etc directory, fix warning message
4 Index: smbnetfs-0.6.1/src/reconfigure.c
5 ===================================================================
6 --- smbnetfs-0.6.1.orig/src/reconfigure.c
7 +++ smbnetfs-0.6.1/src/reconfigure.c
8 @@ -88,7 +88,7 @@ static void reconfigure_set_config_dir(c
9 "WARNING!!! Configuration directory %s is not found. Please create it.\n"
10 "This directory should contain at least two files: smb.conf and smbnetfs.conf.\n"
11 "You may copy smb.conf from the /etc/samba directory. You can find a sample of\n"
12 - "smbnetfs.conf in the doc directory of original SMBNetFS distribution.\n\n"
13 + "smbnetfs.conf in the /etc directory.\n\n"
14 "Using default settings for now.\n", path);
15 }
16