mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9e804cdf41
- Update MASTER_SITES and add WWW: line to pkg/DESCR PR: 17854 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
--- src/prefs.c.orig Fri May 21 09:40:40 1999
|
|
+++ src/prefs.c Sat Apr 8 14:06:59 2000
|
|
@@ -9,8 +9,8 @@
|
|
#include "gtksamba.h"
|
|
#include <unistd.h>
|
|
|
|
-#define DEF_SMB_CONF "/etc/smb.conf"
|
|
-#define DEF_RESTART "/etc/rc.d/init.d/smb restart"
|
|
+#define DEF_SMB_CONF "%%LOCALBASE%%/etc/smb.conf"
|
|
+#define DEF_RESTART ""
|
|
|
|
static GtkWidget *pbox=NULL;
|
|
static GtkWidget *conf_entry=NULL;
|