commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20110319


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20110319-1-11-g84ef6c3
Date: Fri, 13 May 2011 22:38:38 +0000

The following commit has been merged in the master branch:
commit 84ef6c325e96678a26fe9f3dfb669b64b3212b44
Author: Samuel Thibault <address@hidden>
Date:   Sat May 14 00:38:11 2011 +0200

    Fix /usr/bin/w-hurd command name
    
      * debian/patches/uptime_w_path_fix.patch: Fix /usr/bin/w-hurd command 
name,
        thanks harish badrinath for the notice.

diff --git a/debian/changelog b/debian/changelog
index cf92f66..9f6c93a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ hurd (20110319-3) UNRELEASED; urgency=low
     Add fd[01].
   * debian/patches/disable-proc_getnports.patch: Remove patch, libc0.3 now
     has proc_getnports, and the hurd package already breaks older versions.
+  * debian/patches/uptime_w_path_fix.patch: Fix /usr/bin/w-hurd command name,
+    thanks harish badrinath for the notice.
 
  -- Samuel Thibault <address@hidden>  Sun, 10 Apr 2011 20:42:45 +0200
 
diff --git a/debian/patches/uptime_w_path_fix.patch 
b/debian/patches/uptime_w_path_fix.patch
index 3d5f1c3..a2e595e 100644
--- a/debian/patches/uptime_w_path_fix.patch
+++ b/debian/patches/uptime_w_path_fix.patch
@@ -1,4 +1,4 @@
-Debian has a real /usr
+Debian has a real /usr and uses w-hurd file name
 ---
  utils/uptime.sh |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -10,7 +10,7 @@ Debian has a real /usr
  DOC="Show system uptime, number of users, and load"
  
 -W=${W-/bin/w}
-+W=${W-/usr/bin/w}
++W=${W-/usr/bin/w-hurd}
  
  while :; do
    case "$1" in

-- 
Debian GNU Hurd packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]