pkgsrc-WIP-changes archive

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

gdm: Cleanup: remove XCURSOR_PATH from rc.d script



Module Name:	pkgsrc-wip
Committed By:	Dan CÃirnat <cirnatdan%NetBSD.org@localhost>
Pushed By:	cirnatdan
Date:		Fri Mar 26 21:31:25 2021 +0100
Changeset:	5413d2fcade2ea6dbaee6b072d9bfed46590883b

Modified Files:
	gdm/files/gdm.sh

Log Message:
gdm: Cleanup: remove XCURSOR_PATH from rc.d script

XCURSOR_PATH is now initialized properly by wip/mutter

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

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

diffstat:
 gdm/files/gdm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gdm/files/gdm.sh b/gdm/files/gdm.sh
index 362498936a..5cceaa19ab 100644
--- a/gdm/files/gdm.sh
+++ b/gdm/files/gdm.sh
@@ -22,7 +22,7 @@ extra_commands="reload"
 
 if [ -f /etc/rc.subr ]; then
 	load_rc_config ${name}
-	PATH=@PREFIX@/bin:$PATH XCURSOR_PATH=@PREFIX@/share/icons run_rc_command "$1"
+	PATH=@PREFIX@/bin:$PATH run_rc_command "$1"
 else
 	echo -n " ${name}"
 	${command} ${gdm_flags} ${command_args}


Home | Main Index | Thread Index | Old Index