Check-in Number:
|
3501 | |
Date: |
2003-Jul-09 09:13:58 (local)
2003-Jul-09 07:13:58 (UTC) |
User: | thl |
Branch: | |
Comment: |
take updated messages from lmtp2nntp |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/devtool.func 1.8 -> 1.9
--- devtool.func 2003/07/07 12:55:42 1.8
+++ devtool.func 2003/07/09 07:13:58 1.9
@@ -14,10 +14,10 @@
$e )
;;
$a )
- echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+ echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
;;
* )
- echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+ echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
exit 1
;;
esac
@@ -70,3 +70,4 @@
;;
esac
}
+
|
|