~ubuntu-branches/ubuntu/lucid/mc/lucid

« back to all changes in this revision

Viewing changes to debian/patches/debian/02_use_correct_smb_conf_path.patch

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-09-16 10:38:59 UTC
  • mfrom: (3.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080916103859-2uwn8w61xk5mbxxq
Tags: 2:4.6.2~git20080311-4
Corrected fix for odt2txt issue (Closes: #492019) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nurwd mc-4.6.2~pre1/vfs/smbfs.c mc-4.6.2~pre1.patched/vfs/smbfs.c
 
2
--- mc-4.6.2~pre1/vfs/smbfs.c   2005-11-11 03:22:02.000000000 +0100
 
3
+++ mc-4.6.2~pre1/vfs/smbfs.c   2008-01-24 23:17:43.000000000 +0100
 
4
@@ -294,7 +294,7 @@
 
5
 static int
 
6
 smbfs_init (struct vfs_class * me)
 
7
 {
 
8
-    const char *servicesf = CONFIGDIR PATH_SEP_STR "smb.conf";
 
9
+    const char *servicesf = CONFIGDIR PATH_SEP_STR "samba/smb.conf";
 
10
 
 
11
     /*  DEBUGLEVEL = 4; */
 
12