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

Bug#285767: initrd-tools: mkinitrd execute permission



Package: initrd-tools
Version: 0.1.74
Severity: normal


Right now the debian/rules file does a simple cp of mkinitrd program. If
mkinitrd  happen to be non executable it will end up the same way in
..deb also. I guess we should use install program  and specifiy the mode
and ownership when installing mkinitrd.

ie instead of

cp mkinitrd debian/initrd-tools/usr/sbin

install -o root -g root -m 755 mkinitrd debian/initrd-tools/usr/sbin



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-rc3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initrd-tools depends on:
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities
ii  cpio                          2.5-1.1    GNU cpio -- a program to manage ar
ii  cramfsprogs                   1.1-6      Tools for CramFs (Compressed ROM F
ii  dash                          0.5.1-3    The Debian Almquist Shell
ii  util-linux                    2.12k-1    Miscellaneous system utilities

-- no debconf information



Reply to: