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

Bug#391619: marked as done (p{re,ost}insts' comments contradict each other.)



Your message dated Sun, 8 Oct 2006 11:16:41 +0200
with message-id <20061008091641.GC12696@nancy>
and subject line Bug#391619: p{re,ost}insts' comments contradict each other.
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)

--- Begin Message ---
Package: initramfs-tools
Version: 0.80
Severity: minor

  Does  [ "$1" = "configure" ] && [ -n "$2" ] refers to an upgrade
or to a First time install?

  postinst cliams that:

     # Regenerate initramfs on upgrade
    if [ "$1" = "configure" ] && [ -n "$2" ]; then

  while in preinst,

    case "$1" in
        configure)
        if [ -n "$2" ]; then
                mkdir -p /etc/initramfs-tools/conf.d

                # First time install.  Can we autodetect the RESUME partition?




--- End Message ---
--- Begin Message ---
On Sat, 07 Oct 2006, shaulka@012.net.il wrote:

> 
>   Does  [ "$1" = "configure" ] && [ -n "$2" ] refers to an upgrade
> or to a First time install?
> 
>   postinst cliams that:
> 
>      # Regenerate initramfs on upgrade
>     if [ "$1" = "configure" ] && [ -n "$2" ]; then
> 
>   while in preinst,
> 
>     case "$1" in
>         configure)
>         if [ -n "$2" ]; then
>                 mkdir -p /etc/initramfs-tools/conf.d
> 
>                 # First time install.  Can we autodetect the RESUME partition?

you seem not very fluent in debian Maintainerscripts.

before filling out useless bugs either ask on the d-kernel mailinglist
or do a little google research yourself, which would point you §6.5
of the debian policy or to the excellent graphics by marga
-> http://women.debian.org/wiki/English/MaintainerScripts

anyway don't bug report to get support.


-- 
maks

--- End Message ---

Reply to: