1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/gnosamba/files/patch-ab

12 lines
322 B
Plaintext
Raw Normal View History

1999-01-17 20:03:34 +00:00
--- src/prefs.c.orig Mon Jan 18 02:34:19 1999
+++ src/prefs.c Mon Jan 18 02:34:26 1999
@@ -2,7 +2,7 @@
#include "gtksamba.h"
#include <unistd.h>
1999-01-17 20:03:34 +00:00
-#define DEF_SMB_CONF "/etc/smb.conf"
+#define DEF_SMB_CONF "/usr/local/etc/smb.conf"
#define DEF_RESTART "/etc/rc.d/init.d/smb restart"
1999-01-17 20:03:34 +00:00
static GtkWidget *pbox=NULL;