2019-03-29 10:50:14 +08:00
|
|
|
--- a/conf/post-install
|
|
|
|
+++ b/conf/post-install
|
|
|
|
@@ -326,7 +326,7 @@ fake_fmt() {
|
2014-10-01 05:08:26 +08:00
|
|
|
case `uname -s` in
|
|
|
|
HP-UX*) FMT=cat;;
|
|
|
|
SunOS*) FMT=fake_fmt;;
|
|
|
|
- *) FMT=fmt;;
|
2016-02-27 20:48:29 +08:00
|
|
|
+ *) FMT=cat;;
|
2014-10-01 05:08:26 +08:00
|
|
|
esac
|
|
|
|
|
|
|
|
# If a parameter is not set via the command line or environment,
|