[Glibc-bsd-commits] r3146 - trunk/kfreebsd-7/debian
Aurelien Jarno
aurel32 at alioth.debian.org
Fri Aug 6 06:42:05 UTC 2010
Author: aurel32
Date: 2010-08-06 06:42:02 +0000 (Fri, 06 Aug 2010)
New Revision: 3146
Modified:
trunk/kfreebsd-7/debian/kfreebsd-image.postinst.in
trunk/kfreebsd-7/debian/kfreebsd-image.postrm.in
trunk/kfreebsd-7/debian/kfreebsd-image.preinst.in
trunk/kfreebsd-7/debian/kfreebsd-image.prerm.in
Log:
Fix a typo
Modified: trunk/kfreebsd-7/debian/kfreebsd-image.postinst.in
===================================================================
--- trunk/kfreebsd-7/debian/kfreebsd-image.postinst.in 2010-08-06 06:37:05 UTC (rev 3145)
+++ trunk/kfreebsd-7/debian/kfreebsd-image.postinst.in 2010-08-06 06:42:02 UTC (rev 3146)
@@ -55,7 +55,7 @@
fi
fi
- # Sanitize and quote maintaner script parameters
+ # Sanitize and quote maintainer script parameters
for p in "$@"; do
q="$(echo "$p" | sed -e "s/'/'\\''/g")"
DEB_MAINT_PARAMS="$DEB_MAINT_PARAMS '$q'"
@@ -71,7 +71,6 @@
# Run /etc/kernel/postinst.d/ hooks if they exist
if [ -d "/etc/kernel/postinst.d" ] ; then
- echo "Running /etc/kernel/postinst.d hooks..." 1>&2
run-parts --verbose --exit-on-error \
--arg=$RELEASE \
--arg=/boot/kfreebsd-$RELEASE.gz \
Modified: trunk/kfreebsd-7/debian/kfreebsd-image.postrm.in
===================================================================
--- trunk/kfreebsd-7/debian/kfreebsd-image.postrm.in 2010-08-06 06:37:05 UTC (rev 3145)
+++ trunk/kfreebsd-7/debian/kfreebsd-image.postrm.in 2010-08-06 06:42:02 UTC (rev 3146)
@@ -25,7 +25,7 @@
case "$1" in
remove)
- # Sanitize and quote maintaner script parameters
+ # Sanitize and quote maintainer script parameters
for p in "$@"; do
q="$(echo "$p" | sed -e "s/'/'\\''/g")"
DEB_MAINT_PARAMS="$DEB_MAINT_PARAMS '$q'"
Modified: trunk/kfreebsd-7/debian/kfreebsd-image.preinst.in
===================================================================
--- trunk/kfreebsd-7/debian/kfreebsd-image.preinst.in 2010-08-06 06:37:05 UTC (rev 3145)
+++ trunk/kfreebsd-7/debian/kfreebsd-image.preinst.in 2010-08-06 06:42:02 UTC (rev 3146)
@@ -20,7 +20,7 @@
case "$1" in
install|upgrade)
- # Sanitize and quote maintaner script parameters
+ # Sanitize and quote maintainer script parameters
for p in "$@"; do
q="$(echo "$p" | sed -e "s/'/'\\''/g")"
DEB_MAINT_PARAMS="$DEB_MAINT_PARAMS '$q'"
Modified: trunk/kfreebsd-7/debian/kfreebsd-image.prerm.in
===================================================================
--- trunk/kfreebsd-7/debian/kfreebsd-image.prerm.in 2010-08-06 06:37:05 UTC (rev 3145)
+++ trunk/kfreebsd-7/debian/kfreebsd-image.prerm.in 2010-08-06 06:42:02 UTC (rev 3146)
@@ -23,7 +23,7 @@
case "$1" in
remove)
- # Sanitize and quote maintaner script parameters
+ # Sanitize and quote maintainer script parameters
for p in "$@"; do
q="$(echo "$p" | sed -e "s/'/'\\''/g")"
DEB_MAINT_PARAMS="$DEB_MAINT_PARAMS '$q'"
More information about the Glibc-bsd-commits
mailing list