[Pkg-mc-commits] r378 - trunk/debian

Yury Zaytsev zaytsev-guest at alioth.debian.org
Tue Apr 6 12:18:17 UTC 2010


Author: zaytsev-guest
Date: 2010-04-06 12:18:15 +0000 (Tue, 06 Apr 2010)
New Revision: 378

Modified:
   trunk/debian/changelog
   trunk/debian/mc.postinst
Log:
cons.saver permissions.



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-04-06 11:56:00 UTC (rev 377)
+++ trunk/debian/changelog	2010-04-06 12:18:15 UTC (rev 378)
@@ -4,6 +4,7 @@
   * New upstream stable release.
   * Removed invisible cursor notice, bug's been fixed in vte!
   * Fixed a bug where cons.saver was not installed that went unnoticed.
+  * Fixed cons.saver permission bug (Shentino, LP: #367318).
 
  -- Yury V. Zaytsev <yury at shurup.com>  Thu, 01 Apr 2010 09:54:28 +0200
 

Modified: trunk/debian/mc.postinst
===================================================================
--- trunk/debian/mc.postinst	2010-04-06 11:56:00 UTC (rev 377)
+++ trunk/debian/mc.postinst	2010-04-06 12:18:15 UTC (rev 378)
@@ -4,6 +4,8 @@
 
 case "$1" in
     configure|abort-upgrade)
+	chgrp tty /usr/lib/mc/mc/cons.saver
+	chmod g+s /usr/lib/mc/mc/cons.saver
 	update-alternatives --install /usr/bin/view view /usr/bin/mcview-debian 25 \
 	   --slave /usr/share/man/man1/view.1.gz view.1.gz /usr/share/man/man1/mcview.1.gz
 	update-alternatives --install /usr/bin/editor editor /usr/bin/mcedit-debian 25 \




More information about the Pkg-mc-commits mailing list