From 21fcfa3348213aa87f0e3aef62ca4720c6d31cb7 Mon Sep 17 00:00:00 2001 From: Robert Xu Date: Thu, 10 Nov 2011 18:04:39 -0500 Subject: initial commit to suse branch: eclipse integration --- opensuse/tdebase/kcmsamba_log.diff | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 opensuse/tdebase/kcmsamba_log.diff (limited to 'opensuse/tdebase/kcmsamba_log.diff') diff --git a/opensuse/tdebase/kcmsamba_log.diff b/opensuse/tdebase/kcmsamba_log.diff deleted file mode 100644 index e29ca1e13..000000000 --- a/opensuse/tdebase/kcmsamba_log.diff +++ /dev/null @@ -1,31 +0,0 @@ -Index: kcontrol/samba/kcmsambalog.cpp -=================================================================== ---- kcontrol/samba/kcmsambalog.cpp.orig -+++ kcontrol/samba/kcmsambalog.cpp -@@ -39,7 +39,7 @@ LogView::LogView(QWidget *parent,KConfig - ,configFile(config) - ,filesCount(0) - ,connectionsCount(0) --,logFileName("/var/log/samba.log",this) -+,logFileName("/var/log/samba/log.smbd",this) - ,label(&logFileName,i18n("Samba log file: "),this) - ,viewHistory(this) - ,showConnOpen(i18n("Show opened connections"),this) -@@ -88,7 +88,7 @@ LogView::LogView(QWidget *parent,KConfig - " on this page. The log file (shown above) will be read to obtain the" - " events logged by samba.") ); - -- logFileName.setURL("/var/log/samba.log"); -+ logFileName.setURL("/var/log/samba/log.smbd"); - - viewHistory.setAllColumnsShowFocus(TRUE); - viewHistory.setFocusPolicy(QWidget::ClickFocus); -@@ -130,7 +130,7 @@ void LogView::loadSettings() - { - if (configFile==0) return; - configFile->setGroup(LOGGROUPNAME); -- logFileName.setURL(configFile->readPathEntry( "SambaLogFile", "/var/log/samba.log")); -+ logFileName.setURL(configFile->readPathEntry( "SambaLogFile", "/var/log/samba/log.smbd")); - - showConnOpen.setChecked(configFile->readBoolEntry( "ShowConnectionOpen", TRUE)); - showConnClose.setChecked(configFile->readBoolEntry( "ShowConnectionClose", FALSE)); -- cgit v1.2.1