[Pkg-nethack-devel] nethack README.Debian,1.2,1.3 changelog,1.38,1.39 nethack-common.init,1.1,1.2

Joshua Kwan joshk-guest@quantz.debian.org
Fri, 16 Jan 2004 01:17:54 +0000


Update of /cvsroot/pkg-nethack/nethack
In directory quantz:/tmp/cvs-serv24862

Modified Files:
	README.Debian changelog nethack-common.init 
Log Message:
random fixes, see changelog


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/changelog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- changelog	7 Jan 2004 06:50:46 -0000	1.38
+++ changelog	16 Jan 2004 01:17:52 -0000	1.39
@@ -1,3 +1,10 @@
+nethack (3.4.3-4) unstable; urgency=low
+
+  * Fix a call to 'su' in the init script that chokes zsh.
+  * Remove some old documentation relics (3.4.1 -> 3.4.3).
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Thu, 15 Jan 2004 17:16:34 -0800
+
 nethack (3.4.3-3) unstable; urgency=medium
 
   * Sigh, lost the nethack (arch all) package last upload. This should

Index: nethack-common.init
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/nethack-common.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethack-common.init	7 Oct 2003 23:35:08 -0000	1.1
+++ nethack-common.init	16 Jan 2004 01:17:52 -0000	1.2
@@ -50,7 +50,7 @@
 	# owned by that user.  This avoids the issue of quoting
 	# filenames passed through the shell entirely.
 
-	su "$owner" -c /usr/lib/games/nethack/recover-helper 
+	su -c /usr/lib/games/nethack/recover-helper "$owner"
       fi
     fi
 

Index: README.Debian
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/README.Debian,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.Debian	22 Dec 2003 22:56:38 -0000	1.2
+++ README.Debian	16 Jan 2004 01:17:52 -0000	1.3
@@ -1,4 +1,4 @@
-README for Debian GNU/Linux Nethack 3.4.1
+README for Debian GNU/Linux Nethack 3.4.3
 -----------------------------------------
 
 [ Apologies for Save File Format Change ]