Your message dated Thu, 18 Aug 2005 07:32:15 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#251479: fixed in util-linux 2.12p-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 May 2004 17:30:45 +0000
>From [EMAIL PROTECTED] Fri May 28 10:30:45 2004
Return-path: <[EMAIL PROTECTED]>
Received: from postman1.arcor-online.net (postman.arcor.de) [151.189.20.156] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BTlBt-0002Yk-00; Fri, 28 May 2004 10:30:45 -0700
Received: from mail.gallien.de (p508AB04B.dip.t-dialin.net [80.138.176.75])
        (authenticated bits=0)
        by postman.arcor.de (8.13.0.PreAlpha4/8.13.0.PreAlpha4) with ESMTP id 
i4SHUfXo018914
        (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
        Fri, 28 May 2004 19:30:43 +0200 (MEST)
Received: from asterix.gallien.de (asterix.gallien.de [192.168.1.2])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by mail.gallien.de (Postfix) with ESMTP
        id A85AB27C96; Fri, 28 May 2004 19:01:57 +0200 (CEST)
Received: by asterix.gallien.de (Postfix, from userid 1000)
        id AFF385663C; Fri, 28 May 2004 19:01:56 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============0544034435=="
MIME-Version: 1.0
From: Stefan Frank <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: util-linux: [hwclock] modified intit-scripts to honour $HWCLOCKPARS 
globally
X-Mailer: reportbug 2.60
Date: Fri, 28 May 2004 19:01:56 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0544034435==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: util-linux
Version: 2.12-7
Severity: wishlist
Tags: patch

Hi,

i've been trying to set up nvram-wakeup and encountered a problem
with my pc's motherboard. 

If the automatic boot-up option is enabled in the BIOS, hwclock would
hang forever during boot/shutdown. A quick search revealed that by 
calling hwclock with the --directisa parameter bypasses this problem.

So here's a patch that makes hwclock.sh and hwclockfirst.sh
aware of a file /etc/default/hwclock to store certain settings.
I have a default file included here as well.

Furthermore it also adds the $HWCLOCKPARS parameter to every
call of hwclock.

I'd be glad if this patch is considered useful.

Btw, i'm not sure if the patch from #186973 is already included in this
version. If it is, then it doesn't work here.

Bye, Stefan


-- System Information:
Debian Release: sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL 
PROTECTED])

Versions of packages util-linux depends on:
ii  libc6                       2.3.2.ds1-12 GNU C Library: Shared libraries an
ii  libncurses5                 5.4-3        Shared libraries for terminal hand
ii  slang1a-utf8                1.4.9-2      The S-Lang programming library wit
ii  zlib1g                      1:1.2.1.1-3  compression library - runtime

-- no debconf information

--===============0544034435==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="hwclock.diff"

--- hwclock_debian.sh   2004-05-03 03:18:10.000000000 +0200
+++ hwclock.sh  2004-05-28 18:26:48.000000000 +0200
@@ -16,6 +16,7 @@
 #              before changing this file. You risk serious clock
 #              misbehaviour otherwise.
 
+. /etc/default/hwclock
 . /etc/default/rcS
 [ "$GMT" = "-u" ] && UTC="yes"
 case "$UTC" in
@@ -57,7 +58,7 @@
                # Please read /usr/share/doc/util-linux/README.Debian.hwclock
                # before enablig hwclock --adjust.
                #
-               # hwclock --adjust $GMT $BADYEAR
+               # hwclock --adjust $GMT $BADYEAR $HWCLOCKPARS
 
                if [ "$HWCLOCKACCESS" != no ]
                then
@@ -69,7 +70,7 @@
                # Copies Hardware Clock time to System Clock using the correct
                # timezone for hardware clocks in local time, and sets kernel
                # timezone. DO NOT REMOVE.
-                       hwclock --hctosys $GMT $BADYEAR
+                       hwclock --hctosys $GMT $BADYEAR $HWCLOCKPARS  
                #
                #       Now that /usr/share/zoneinfo should be available,
                #       announce the local time.
@@ -101,7 +102,7 @@
                        echo "Saving the System Clock time to the Hardware 
Clock..."
                    fi
                    [ "$GMT" = "-u" ] && GMT="--utc"
-                       hwclock --systohc $GMT $BADYEAR
+                       hwclock --systohc $GMT $BADYEAR $HWCLOCKPARS
                    if [ "$VERBOSE" != no ]
                    then
                        echo "Hardware Clock updated to `date`."
@@ -116,7 +117,7 @@
        show)
                if [ "$HWCLOCKACCESS" != no ]
                then
-                       hwclock --show $GMT $BADYEAR
+                       hwclock --show $GMT $BADYEAR $HWCLOCKPARS
                fi
                ;;
        *)
--- hwclockfirst_debian.sh      2004-05-03 03:18:10.000000000 +0200
+++ hwclockfirst.sh     2004-05-28 18:26:32.000000000 +0200
@@ -17,12 +17,9 @@
 #
 # REMEMBER TO EDIT hwclockadj.sh AS WELL! 
 
-# Set this to any options you might need to give to hwclock, such
-# as machine hardware clock type for Alphas.
-HWCLOCKPARS=
-
 [ ! -x /sbin/hwclock ] && exit 0
 
+. /etc/default/hwclock
 . /etc/default/rcS
 
 # Define TZ to the desired timezone here if you need it.
@@ -59,7 +56,7 @@
                # timezone. DO NOT REMOVE.
                if [ "$HWCLOCKACCESS" != no ]
                then
-                       hwclock --hctosys $GMT $BADYEAR
+                       hwclock --hctosys $GMT $BADYEAR $HWCLOCKPARS
                fi
                 if [ "$VERBOSE" != no ]
                 then

--===============0544034435==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="hwclock"

#
# Default for /etc/init.d/hwclock.sh
#         and /etc/init.d/hwclockfirst.sh
#

# As hwclock can be called with arguments, we use the following variable
# to store them, e.g., HWCLOCKPARS="--directisa".
# See the manual page hwclock(8) for details.
HWCLOCKPARS=

--===============0544034435==--

---------------------------------------
Received: (at 251479-close) by bugs.debian.org; 18 Aug 2005 14:38:14 +0000
>From [EMAIL PROTECTED] Thu Aug 18 07:38:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E5lRH-0001Hu-00; Thu, 18 Aug 2005 07:32:15 -0700
From: LaMont Jones <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#251479: fixed in util-linux 2.12p-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 18 Aug 2005 07:32:15 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: util-linux
Source-Version: 2.12p-6

We believe that the bug you reported is fixed in the latest version of
util-linux, which is due to be installed in the Debian FTP archive:

bsdutils_2.12p-6_i386.deb
  to pool/main/u/util-linux/bsdutils_2.12p-6_i386.deb
fdisk-udeb_2.12p-6_i386.udeb
  to pool/main/u/util-linux/fdisk-udeb_2.12p-6_i386.udeb
mount_2.12p-6_i386.deb
  to pool/main/u/util-linux/mount_2.12p-6_i386.deb
util-linux-locales_2.12p-6_all.deb
  to pool/main/u/util-linux/util-linux-locales_2.12p-6_all.deb
util-linux_2.12p-6.diff.gz
  to pool/main/u/util-linux/util-linux_2.12p-6.diff.gz
util-linux_2.12p-6.dsc
  to pool/main/u/util-linux/util-linux_2.12p-6.dsc
util-linux_2.12p-6_i386.deb
  to pool/main/u/util-linux/util-linux_2.12p-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
LaMont Jones <[EMAIL PROTECTED]> (supplier of updated util-linux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 16:14:29 -0600
Source: util-linux
Binary: util-linux fdisk-udeb util-linux-locales bsdutils mount
Architecture: all i386 source 
Version: 2.12p-6
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description: 
 bsdutils   - Basic utilities from 4.4BSD-Lite
 fdisk-udeb - Partition a hard drive (manual, cfdisk)
 mount      - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
Closes: 251479 286948 322806 322816 323204 323463
Changes: 
 util-linux (2.12p-6) unstable; urgency=low
 .
   * Use helper program in mount for guessed FS types too.  Thanks to Manish
     Singh and Fabio Massimo Di Nitto.  Adds: 20guesshelper.dpatch
   * Remove /usr/doc links on install.  Closes: #322806, #322816
   * Fix /usr/bin/pg pager alternative.  Closes: #323204
   * Overhaul hwclock.sh and hwclockfirst.sh.  Closes: #286948, #251479
   * Resync with Ubuntu, changes by [EMAIL PROTECTED]:  Closes: #323463
     debian/patches/60_opt_O1.dpatch:
     - MCONFIG, configure: Build with -O1 instead of -O2 to work around cfdisk
       segfault.
     - Yay for upstream build systems which do not support specifying CFLAGS or
       OPT without breaking.
Files: 
 06ffb73e6c6555a7aa5b8fff86f97922 369138 base required 
util-linux_2.12p-6_i386.deb
 13f1a48d0c67497c26a903be694ff4e9 75897 base required util-linux_2.12p-6.diff.gz
 311665745791f3ac36b7ac1f3ebb1d12 537258 debian-installer extra 
fdisk-udeb_2.12p-6_i386.udeb
 6f75ffee40ee40dfb23951bff4e4f6df 66110 base required bsdutils_2.12p-6_i386.deb
 cc7bf6102182d2e8ab85b2ea01460320 700 base required util-linux_2.12p-6.dsc
 e9b6362e66590a534e75a516a7f9225c 1072472 utils optional 
util-linux-locales_2.12p-6_all.deb
 fad4ab9c96274614c6a4382e2cd779ef 140262 base required mount_2.12p-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFDBBlSzN/kmwoKyScRAgNvAJwNgI9Ym0wlMftkSsVKrUxbzSV3rwCfd5bG
2MXx0HVGPTBuWvWWWYZ+bag=
=a00O
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to