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

Bug#368778: x11-common: postinst brainfart



Package: x11-common
Version: 1:7.0.20
Severity: normal

postinst snippet:

#########################################################

# Automatically added by dh_installinit
if [ -x "/etc/init.d/x11-common" ]; then
        update-rc.d x11-common start 70 S . >/dev/null
        if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
                invoke-rc.d x11-common start || exit $?
        else
                /etc/init.d/x11-common start || exit $?
        fi
fi
# End automatically added section
# Automatically added by dh_installinit
if [ -x "/etc/init.d/x11-common" ]; then
        update-rc.d x11-common defaults >/dev/null
        if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
                invoke-rc.d x11-common start || exit $?
        else
                /etc/init.d/x11-common start || exit $?
        fi
fi
# End automatically added section


invoke-rc.d x11-common start || true

#########################################################

er, say what?


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686-smp
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0]         1.5.1      Debian configuration management sy
ii  debianutils                   2.16.1     Miscellaneous utilities specific t
ii  lsb-base                      3.1-5      Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information:
* x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:
  x11-common/upgrade_issues:
* x11-common/xwrapper/nice_value: -10
  x11-common/x11r6_bin_not_empty:

-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        sgran@debian.org |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature


Reply to: