Github messages for voidlinux
 help / color / mirror / Atom feed
From: zdykstra <zdykstra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] xdm: add more conf_files
Date: Wed, 22 Apr 2020 23:53:52 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21255@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

There is a new pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages xdm
https://github.com/void-linux/void-packages/pull/21255

xdm: add more conf_files
When configuring XDM for remote access, a number of the files in /etc/X11/xdm need to be modified to enable this support. Package upgrades should not overwrite changes to these files.

A patch file from https://github.com/void-linux/void-packages/pull/21255.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xdm-21255.patch --]
[-- Type: text/x-diff, Size: 985 bytes --]

From 482087b26665c434bba4acab4dd36f17cad67f19 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Wed, 22 Apr 2020 16:52:12 -0500
Subject: [PATCH] xdm: add more conf_files

---
 srcpkgs/xdm/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xdm/template b/srcpkgs/xdm/template
index 6ca400f85b8..2c723ddd5d4 100644
--- a/srcpkgs/xdm/template
+++ b/srcpkgs/xdm/template
@@ -1,14 +1,18 @@
 # Template file for 'xdm'
 pkgname=xdm
 version=1.1.12
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-random-device=/dev/urandom
  --with-utmp-file=/var/run/utmp
  --with-wtmp-file=/var/log/wtmp
  --with-xdmconfigdir=/etc/X11/xdm
  --with-pam"
-conf_files="/etc/pam.d/xdm"
+conf_files="/etc/pam.d/xdm
+ /etc/X11/xdm/Xaccess
+ /etc/X11/xdm/xdm-config
+ /etc/X11/xdm/Xresources
+ /etc/X11/xdm/Xservers"
 hostmakedepends="pkg-config"
 makedepends="pam-devel libXaw-devel"
 depends="sessreg xconsole xsm"

             reply	other threads:[~2020-04-22 21:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-22 21:53 zdykstra [this message]
2020-04-24  9:50 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21255@inbox.vuxu.org \
    --to=zdykstra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).