pkgsrc-WIP-changes archive

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

gdm: another unused PLIST variable



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Nov 5 11:14:45 2020 +0100
Changeset:	a9eb85deb2a5cc5283e137481623bde2b97d76e8

Modified Files:
	gdm/options.mk

Log Message:
gdm: another unused PLIST variable

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

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

diffstat:
 gdm/options.mk | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/gdm/options.mk b/gdm/options.mk
index 337de89913..09e06feed4 100644
--- a/gdm/options.mk
+++ b/gdm/options.mk
@@ -21,13 +21,9 @@ CONFIGURE_ARGS+=	--with-console-kit=yes
 CONFIGURE_ARGS+=	--with-console-kit=no
 .endif
 
-PLIST_VARS+=		pam
 .if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=	--enable-authentication-scheme=pam
-.  if ${PAM_DEFAULT} == "linux-pam"
-PLIST.pam=		yes
-.  endif
 .elif exists(/etc/shadow)
 CONFIGURE_ARGS+=	--enable-authentication-scheme=shadow
 .else


Home | Main Index | Thread Index | Old Index