pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/consolekit Do not create etc/ConsoleKit/seats...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cae0eef3f2e2
branches:  trunk
changeset: 574524:cae0eef3f2e2
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Apr 18 19:51:47 2010 +0000

description:
Do not create etc/ConsoleKit/seats.d/ inside prefix during install.  This
is automatically done by the installation scripts by creating the directory
inside sysconfdir (where it belongs).

Other than removing an unecessary directory creation, this prevents leaving
a directory behind upon package removal.

Bump PKGREVISION.

diffstat:

 sysutils/consolekit/Makefile |  4 ++--
 sysutils/consolekit/PLIST    |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r be0a76d12c71 -r cae0eef3f2e2 sysutils/consolekit/Makefile
--- a/sysutils/consolekit/Makefile      Sun Apr 18 18:22:43 2010 +0000
+++ b/sysutils/consolekit/Makefile      Sun Apr 18 19:51:47 2010 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2010/01/24 17:11:19 heinz Exp $
+# $NetBSD: Makefile,v 1.11 2010/04/18 19:51:47 jmmv Exp $
 #
 
 CONSOLEKIT_VER=                0.3.0
 DISTNAME=              ConsoleKit-${CONSOLEKIT_VER}
 PKGNAME=               consolekit-${CONSOLEKIT_VER}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            sysutils
 MASTER_SITES=          http://people.freedesktop.org/~mccann/dist/
 EXTRACT_SUFX=          .tar.bz2
diff -r be0a76d12c71 -r cae0eef3f2e2 sysutils/consolekit/PLIST
--- a/sysutils/consolekit/PLIST Sun Apr 18 18:22:43 2010 +0000
+++ b/sysutils/consolekit/PLIST Sun Apr 18 19:51:47 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 21:28:47 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2010/04/18 19:51:47 jmmv Exp $
 bin/ck-history
 bin/ck-launch-session
 bin/ck-list-sessions
@@ -22,4 +22,3 @@
 share/examples/consolekit/ConsoleKit.conf
 share/examples/consolekit/00-primary.seat
 @pkgdir lib/ConsoleKit/run-session.d
-@exec ${MKDIR} %D/etc/ConsoleKit/seats.d



Home | Main Index | Thread Index | Old Index