diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-17 17:30:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-17 17:30:18 +0000 |
commit | b6f111ae6662fa821d8a9bd17868d3a939751dca (patch) | |
tree | ee365f12ae511483d81648679cd8ad39ebb1cdc9 | |
parent | - Update to 0.27 (diff) |
Restore the ability to process gdm_flags when starting.
Reported by: jhay
Notes
Notes:
svn path=/head/; revision=218726
-rw-r--r-- | x11/gdm/Makefile | 2 | ||||
-rw-r--r-- | x11/gdm/files/gdm.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index f8c84304fe03..92cec1db0a10 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -8,7 +8,7 @@ PORTNAME= gdm PORTVERSION= 2.20.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in index ee6cd21fd5bc..370a40fa1c02 100644 --- a/x11/gdm/files/gdm.in +++ b/x11/gdm/files/gdm.in @@ -46,7 +46,7 @@ gdm_start() sleep 1 iter=$(expr ${iter} + 1) done - ${command} ) & + ${command} ${gdm_flags} ) & } load_rc_config ${name} |