cons.saver not suid root

Oswald Buddenhagen ossi at kde.org
Wed Jun 8 14:35:16 UTC 2005


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.
-------------- next part --------------
--- 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'.


More information about the mc-devel mailing list