cons.saver not suid root



moin,

for some time now, cons.saver is not installed suid root any more,
making the whole thing sort of pointless.
the attached patch makes it useful for me.
comments?

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.
--- Makefile.am.orig	2005-06-08 16:30:58.000000000 +0200
+++ Makefile.am	2005-06-08 16:29:13.000000000 +0200
@@ -75,6 +75,8 @@
 if USE_EDIT
 	$(MAKE) install_mcedit
 endif
+	chown root:root $(pkglibdir)/cons.saver
+	chmod u+s $(pkglibdir)/cons.saver
 
 #
 # Make relative symlinks, but do the right thing if LN_S is `ln' or `cp'.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]