summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2008-06-19 18:16:17 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-06-19 18:16:17 +0000
commit0a95d59e8e49e7b75960bc76075c6c05b78ac139 (patch)
tree0fcb75c3b9c03c6dc859d1e8fa614499c67f25a5
parentb733d4c301217ad5ab52e94bc47ad5ffe7811417 (diff)
downloadgdm-0a95d59e8e49e7b75960bc76075c6c05b78ac139.tar.gz
Set default HOST_GDM_RBAC_SYSCMD_KEYS to also include the RBAC key for
2008-06-19 Brian Cameron <brian.cameron@sun.com> * configure.ac: Set default HOST_GDM_RBAC_SYSCMD_KEYS to also include the RBAC key for Suspend, when building on Solaris. svn path=/branches/gnome-2-20/; revision=6270
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce15185c..f8403466 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-19 Brian Cameron <brian.cameron@sun.com>
+
+ * configure.ac: Set default HOST_GDM_RBAC_SYSCMD_KEYS to also
+ include the RBAC key for Suspend, when building on Solaris.
+
2008-06-16 Brian Cameron <brian.cameron@sun.com>
* daemon/slave.c: When processing BaseXsession, only accept the
diff --git a/configure.ac b/configure.ac
index 3a91f6bc..130b0689 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1075,7 +1075,7 @@ case "$host" in
HOST_XSESSION_SHELL=/bin/ksh
HOST_SOUND_PROGRAM=/usr/bin/audioplay
HOST_GDMGNOMESESSIONCMD=/usr/dt/config/Xsession.jds
- HOST_GDM_RBAC_SYSCMD_KEYS="HALT:solaris.system.shutdown;REBOOT:solaris.system.shutdown"
+ HOST_GDM_RBAC_SYSCMD_KEYS="HALT:solaris.system.shutdown;REBOOT:solaris.system.shutdown;SUSPEND:solaris.system.power.suspend.ram"
HOST_UTMP_LINE_ATTACHED="/dev/dtlocal"
HOST_UTMP_LINE_REMOTE="/dev/dtremote"
HOST_UTMP_PSEUDO_DEVICE="true"