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