aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-11-05 07:28:41 +0800
committermarcus <marcus@FreeBSD.org>2002-11-05 07:28:41 +0800
commita77d68912ea4b64bd0ba02d487dba3322f106870 (patch)
treec85cf9a323b217fded71afb6986547873a5c8d27 /misc
parentfcd45df249790b4756d7faacdf6f73461c412d36 (diff)
downloadfreebsd-ports-gnome-a77d68912ea4b64bd0ba02d487dba3322f106870.tar.gz
freebsd-ports-gnome-a77d68912ea4b64bd0ba02d487dba3322f106870.tar.zst
freebsd-ports-gnome-a77d68912ea4b64bd0ba02d487dba3322f106870.zip
Quiet gdm by making the .keep_me file in the gdm Sessions directory
executable. PR: 44912
Diffstat (limited to 'misc')
-rw-r--r--misc/gnomehier/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile
index 509894ea82ae..435c5d7964d5 100644
--- a/misc/gnomehier/Makefile
+++ b/misc/gnomehier/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomehier
PORTVERSION= 1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc gnome
MASTER_SITES= # none
DISTFILES= # none
@@ -28,5 +28,6 @@ do-install:
${MKDIR} ${PREFIX}/$${dir}; \
${TOUCH} ${PREFIX}/$${dir}/.keep_me; \
done
+ @${CHMOD} +x ${PREFIX}/etc/gdm/Sessions/.keep_me
.include <bsd.port.mk>