Bug#571241: [Pkg-sysvinit-devel] Bug#571241: checkroot.sh: should not try to fsck rootfs on ubifs

2010-02-24 Thread Bart Trojanowski
* Petter Reinholdtsen [100224 13:02]: > [Bart Trojanowski] > > I am running on a SheevaPlug. I installed Debian on a UBIFS > > filesystem. This filesystem does not require/have fsck. That > > wouldn't be so bad if checkroot.sh didn't forcefully create a &

Bug#571241: checkroot.sh: should not try to fsck rootfs on ubifs

2010-02-24 Thread Bart Trojanowski
Package: initscripts Version: 2.87dsf-8 Severity: normal checkroot.sh has this comment: # Disabled AC power check until fsck can be told to only check the # file system if it is corrupt when running on battery. (bug #526398) and then it forces rootcheck to 'yes'. I am running on a SheevaPlug.

Bug#461239: devscripts: debuild does not understand -j flag

2008-01-17 Thread Bart Trojanowski
* Mohammed Adn?ne Trojette <[EMAIL PROTECTED]> [080117 13:06]: > Thanks for the patch. I'll include it. > > But please don't forget to update manpages/--help switches when sending > such patches ;-) Ah... right. It's not my first time to not do that :) Would you like me to repost the patch or w

Bug#461239: devscripts: debuild does not understand -j flag

2008-01-17 Thread Bart Trojanowski
-about-j.patch I also include it inline below. Cheers, -Bart --- 8< --- >From 04ef9354f587551897c741621747445e030fbcdc Mon Sep 17 00:00:00 2001 From: Bart Trojanowski <[EMAIL PROTECTED]> Date: Thu, 17 Jan 2008 10:46:29 -0500 Subject: [PATCH] teach debuild about -j# Signed-off-by: Bart

Bug#422540: rxvt-unicode does not build with autoconf 2.61

2007-05-06 Thread Bart Trojanowski
Package: rxvt-unicode Version: 7.9-2 Severity: serious Justification: no longer builds from source You can try this on debian/lenny: # apt-get source rxvt-unicode # cd rxvt-unicode-7.9 # ./autogen.sh # ./debian/rules build In file included from lo

Bug#422275: coreutils: dd does not accept hex numbers as input

2007-05-04 Thread Bart Trojanowski
Package: coreutils Version: 5.97-5.3 Severity: wishlist It sure would be nice to to not have to convert hex numbers manually when using dd... # dd bs=0x200 dd: invalid number `0x200' This was a really easy fix. Here is the patch... --- a/src/dd.c +++ b/src/dd.c @@ -829,7 +829,

Bug#378166: uml-utilities init script does not support multiple devices

2006-07-13 Thread Bart Trojanowski
Package: uml-utilities Version: 20040406-1 Severity: normal I am doing a lot of network testing and require multiple virtual networks created for my UML's. This is a request to improve the uml-utilities package to support multiple uml_switch devices. I have already altered the init script and i