summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-07-05 03:57:43 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-07-05 03:57:43 +0000
commita277ba17bf69aa34f7f077b4ed3d0f30852db0f3 (patch)
treea755af0af512deeca37ffb50cb7dc92b106b528e /Makefile.am
parent0fb36737a60a830d040a4f1d62df1fab6395109d (diff)
downloadgdm-a277ba17bf69aa34f7f077b4ed3d0f30852db0f3.tar.gz
The fifo is not only for chooser now, it is a general protocol to control
Wed Jul 04 20:58:31 2001 George Lebl <jirka@5z.com> * gdm-safe-restart.in, Makefile.am, configure.in, daemon/choose.[ch], daemon/gdm.[ch], daemon/slave.c, daemon/xdmcp.c, gui/gdmconfig.c: The fifo is not only for chooser now, it is a general protocol to control some gdm things, more to come. It's writing direct binary structs, but then again this is only a fifo and you should only be able to write to it from gdm and root account on the same machine. The daemon now knows when a user is logged in on a display and there is a safe restart option with SIGUSR1 to the daemon. Also the daemon knows the x pids now and can whack the X server when the slave crashes, so that we don't get busy hanging server. * daemon/misc.c: fails are LOG_CRIT not LOG_ERR (I hope this is correct)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a0d06e4d..972270fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,9 +10,10 @@ EXTRA_DIST = \
xml-i18n-extract.in \
xml-i18n-merge.in \
xml-i18n-update.in \
- gdm-restart.in
+ gdm-restart.in \
+ gdm-safe-restart.in
-sbin_SCRIPTS = gdm-restart
+sbin_SCRIPTS = gdm-restart gdm-safe-restart
install-data-local: gdmconfig-security
if CONSOLE_HELPER