preinst: shorten output to useful info.

svn path=/dists/trunk/linux-2.6/; revision=13077
This commit is contained in:
Maximilian Attems 2009-03-11 14:56:41 +00:00
parent 70812f97cc
commit 3aee2faa19
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -33,6 +33,7 @@ linux-2.6 (2.6.29~rc7-1~experimental.1) UNRELEASED; urgency=low
* [x86] set DELL_LAPTOP, COMEDI, X86_PTRACE_BTS.
* [x86] unset DRM_I915_KMS due to upgrade path from Lenny override with
modeset module param.
* temp.image.plain/preinst: Consistent output.
[ Bastian Blank ]
* Use external source directory for all builds.

View File

@ -462,7 +462,7 @@ if (-d "$modules_base/$version/kernel") {
}
else {
print STDERR <<EOF;
The directory $modules_base/$version still exists. Continuing as directed.
Updating directory $modules_base/$version.
EOF
;
}