pkgsrc-WIP-changes archive

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

consolekit: Add MESSAGE file



Module Name:	pkgsrc-wip
Committed By:	Youri Mouton <youri%netbsd.org@localhost>
Pushed By:	youri
Date:		Fri Jun 17 15:06:39 2016 +0000
Changeset:	0bab2b8bbd2ad426f8c1093a60628972e9b25a32

Modified Files:
	consolekit/Makefile
Added Files:
	consolekit/MESSAGE

Log Message:
consolekit: Add MESSAGE file

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0bab2b8bbd2ad426f8c1093a60628972e9b25a32

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 consolekit/MESSAGE  | 9 +++++++++
 consolekit/Makefile | 2 ++
 2 files changed, 11 insertions(+)

diffs:
diff --git a/consolekit/MESSAGE b/consolekit/MESSAGE
new file mode 100644
index 0000000..1f68eaf
--- /dev/null
+++ b/consolekit/MESSAGE
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD$
+
+ConsoleKit:
+
+Users in the operator group can stop, restart, suspend, hibernate the
+machine as described in ${PREFIX}/share/polkit-1/rules.d/50-shutdown.rules.
+
+===========================================================================
diff --git a/consolekit/Makefile b/consolekit/Makefile
index f407734..0e65ba0 100644
--- a/consolekit/Makefile
+++ b/consolekit/Makefile
@@ -14,6 +14,8 @@ LICENSE=	gnu-gpl-v2
 GITHUB_PROJECT=	ConsoleKit2
 GITHUB_TAG=	${CONSOLEKIT_VER}
 
+MESSAGE_SUBST+=	PREFIX=${PREFIX}
+
 BUILD_DEFS+=	VARBASE 	\
 		PKG_SYSCONFBASE
 


Home | Main Index | Thread Index | Old Index