Date: Sun, 12 Feb 2017 14:10:53 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433947 - in head/x11/lightdm: . files Message-ID: <201702121410.v1CEArQZ084925@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Sun Feb 12 14:10:53 2017 New Revision: 433947 URL: https://svnweb.freebsd.org/changeset/ports/433947 Log: Fix typo in Xsession file introduced in r433837 Modified: head/x11/lightdm/Makefile head/x11/lightdm/files/Xsession.in Modified: head/x11/lightdm/Makefile ============================================================================== --- head/x11/lightdm/Makefile Sun Feb 12 14:08:20 2017 (r433946) +++ head/x11/lightdm/Makefile Sun Feb 12 14:10:53 2017 (r433947) @@ -3,7 +3,7 @@ PORTNAME= lightdm PORTVERSION= 1.20.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ Modified: head/x11/lightdm/files/Xsession.in ============================================================================== --- head/x11/lightdm/files/Xsession.in Sun Feb 12 14:08:20 2017 (r433946) +++ head/x11/lightdm/files/Xsession.in Sun Feb 12 14:10:53 2017 (r433947) @@ -33,7 +33,7 @@ done # Load xmodmap if not using XKB if [ -z "$XKB_IN_USE" ]; then - for file in "%%LOCALBASE%%/etc/X11/Xmodmap" "%%LOCALBASE%%/etc/X11/.Xkbmap" "%%LOCALBASE%%/etc/X11/xinit/Xkbmap" "%%LOCALBASE%%/etc/X11/xinit/.Xkbmap" "$HOME/.Xmodmap"; do + for file in "%%LOCALBASE%%/etc/X11/Xmodmap" "%%LOCALBASE%%/etc/X11/.Xmodmap" "%%LOCALBASE%%/etc/X11/xinit/Xmodmap" "%%LOCALBASE%%/etc/X11/xinit/.Xmodmap" "$HOME/.Xmodmap"; do if [ -f "$file" ]; then echo "Loading modmap: $file" xmodmap "$file"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702121410.v1CEArQZ084925>