diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-14 06:13:10 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-14 06:13:10 +0000 |
commit | f836caf7c119f58f2c213a24ce7e6243f363bfde (patch) | |
tree | 38f0d5b10d3418792c04e662c1508521e1f5a5fe /x11/kdebase4-runtime/files/patch-ksysguardd.c | |
parent | Apply patch for -a option. (diff) |
- better kdmrc config file handling:
* install kdmrc.dist and copy to kdmrc if it doesn't already exist. don't
clobber user's custom kdmrc settings.
* always install the scripts, even if the config directory exists
* always generate the scripts (add --no-old)
- remove rcsid from patch so it applies cleanly
- bump PORTREVISION
PR: 32537, 32660
Submitted by: Alan Eldridge <alane@geeksrus.net>
Diffstat (limited to 'x11/kdebase4-runtime/files/patch-ksysguardd.c')
-rw-r--r-- | x11/kdebase4-runtime/files/patch-ksysguardd.c | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/x11/kdebase4-runtime/files/patch-ksysguardd.c b/x11/kdebase4-runtime/files/patch-ksysguardd.c index 940aa4d327a5..e7a37616b367 100644 --- a/x11/kdebase4-runtime/files/patch-ksysguardd.c +++ b/x11/kdebase4-runtime/files/patch-ksysguardd.c @@ -1,15 +1,11 @@ ---- ksysguard/ksysguardd/FreeBSD/ksysguardd.c 2001/11/17 02:01:46 1.5 -+++ ksysguard/ksysguardd/FreeBSD/ksysguardd.c 2001/11/17 06:16:15 1.6 -@@ -17,9 +17,11 @@ - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +--- ksysguard/ksysguardd/FreeBSD/ksysguardd.c.orig Sat Nov 10 00:17:04 2001 ++++ ksysguard/ksysguardd/FreeBSD/ksysguardd.c Sun Dec 9 22:26:48 2001 +@@ -37,6 +37,8 @@ + #include <sys/wait.h> + #include <unistd.h> -- $Id: ksysguardd.c,v 1.2.6.1 2001/11/08 10:48:51 tokoe Exp $ -+ $Id: ksysguardd.c,v 1.6 2001/11/17 06:16:15 waba Exp $ - */ - -+#include <config.h> ++#include "config.h" + - #include <ctype.h> - #include <fcntl.h> - #include <netdb.h> + #include "CPU.h" + #include "Command.h" + #include "Memory.h" |