[Glibc-bsd-commits] r1320 - trunk/kfreebsd-common/debian

Robert Millan rmh at costa.debian.org
Wed Mar 15 09:14:30 UTC 2006


Author: rmh
Date: 2006-03-15 09:14:30 +0000 (Wed, 15 Mar 2006)
New Revision: 1320

Modified:
   trunk/kfreebsd-common/debian/postinst
Log:
Minor cosmetical fixes.

Modified: trunk/kfreebsd-common/debian/postinst
===================================================================
--- trunk/kfreebsd-common/debian/postinst	2006-03-15 08:55:52 UTC (rev 1319)
+++ trunk/kfreebsd-common/debian/postinst	2006-03-15 09:14:30 UTC (rev 1320)
@@ -31,7 +31,8 @@
       # Save modules that old file requested.  We might need to unload them
       old="`get_modules`"
       cat > /etc/modules.d/kfreebsd-config << EOF
-# Do not edit this file!  It is automaticaly generated by kfreebsd-config
+# Do not edit this file!  It is automaticaly generated by kfreebsd-common
+# Use "dpkg-reconfigure kfreebsd-common" instead.
 EOF
       for i in network sound other ; do
         db_get kfreebsd-config/$i
@@ -72,7 +73,7 @@
             echo "Unloading $i ..."
             if ! kldunload $i ; then
               # It could well be that the module is in use.
-              echo "Warning: failed to unload stale module $i, you may want to do it manualy."
+              echo "Warning: failed to unload stale module $i, you may want to try manualy."
             fi
           else
             echo "Not unloading $i (not loaded)"




More information about the Glibc-bsd-commits mailing list