pkgsrc-WIP-changes archive

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

gdm: move gdm.conf file to examples



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Thu Apr 15 11:02:22 2021 +0200
Changeset:	731f251ffe36eadcb0e715e80e610c2368c2568f

Modified Files:
	gdm/Makefile
	gdm/PLIST

Log Message:
gdm: move gdm.conf file to examples

Configuration files should not be in PLIST

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

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

diffstat:
 gdm/Makefile | 3 ++-
 gdm/PLIST    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/gdm/Makefile b/gdm/Makefile
index 72b7237450..c863b6f4da 100644
--- a/gdm/Makefile
+++ b/gdm/Makefile
@@ -34,7 +34,7 @@ MESON_ARGS+=		-Dsystemd-journal=false
 MESON_ARGS+=		-Duser-display-server=false
 MESON_ARGS+=		-Duser=${GDMOWN}
 MESON_ARGS+=		-Dgroup=${GDMGRP}
-MESON_ARGS+=		-Ddbus-sys=${PREFIX}/etc/dbus-1/system.d
+MESON_ARGS+=		-Ddbus-sys=${PREFIX}share/examples/dbus-1/system.d
 MESON_ARGS+=		-Dinitial-vt=05
 MESON_ARGS+=		-Dgdm-xsession=true
 MESON_ARGS+=		-Dwayland-support=false
@@ -57,6 +57,7 @@ PKG_SYSCONFSUBDIR=	gdm
 EGDIR=			${PREFIX}/share/examples/gdm
 CONF_FILES=		${EGDIR}/custom.conf ${PKG_SYSCONFDIR}/custom.conf
 CONF_FILES+=		${EGDIR}/Xsession ${PKG_SYSCONFDIR}/Xsession
+CONF_FILES+=		${PREFIX}/share/examples/dbus-1/system.d/gdm.conf ${SYSCONFDIR}/dbus-1/system.d/gdm.conf
 
 RCD_SCRIPTS=		gdm
 
diff --git a/gdm/PLIST b/gdm/PLIST
index ce4a8cd4b4..64ca35939a 100644
--- a/gdm/PLIST
+++ b/gdm/PLIST
@@ -1,7 +1,7 @@
 @comment $NetBSD$
 bin/gdm-screenshot
 bin/gdmflexiserver
-etc/dbus-1/system.d/gdm.conf
+share/examples/dbus-1/system.d/gdm.conf
 include/gdm/gdm-client-glue.h
 include/gdm/gdm-client.h
 include/gdm/gdm-sessions.h


Home | Main Index | Thread Index | Old Index