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/pkg-plist | |
parent | 049896f9de597028528d0c2cee18f47acdd9d8cc (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>
Notes
Notes:
svn path=/head/; revision=51517
Diffstat (limited to 'x11/kdebase4/pkg-plist')
-rw-r--r-- | x11/kdebase4/pkg-plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdebase4/pkg-plist b/x11/kdebase4/pkg-plist index 3b9d7855dd8d..9e32ca59349f 100644 --- a/x11/kdebase4/pkg-plist +++ b/x11/kdebase4/pkg-plist @@ -1286,7 +1286,9 @@ share/config/kdm/Xsession share/config/kdm/Xsetup share/config/kdm/Xstartup share/config/kdm/Xwilling -share/config/kdm/kdmrc +@unexec if test ! -f %D/share/config/kdm/kdmrc || cmp -s %D/share/config/kdm/kdmrc.dist %D/share/config/kdm/kdmrc; then rm -f %D/share/config/kdm/kdmrc; fi +share/config/kdm/kdmrc.dist +@exec if test ! -f %D/share/config/kdm/kdmrc; then rm -f %D/share/config/kdm/kdmrc; cp -p %D/share/config/kdm/kdmrc.dist %D/share/config/kdm/kdmrc; fi share/config/klipperrc share/config/konqsidebartng.rc share/config/konsolerc |