blob: 262a2ae9a7dd2cafaa8fec8bdb352a1560fc5b70 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/conf/post-install
2+++ b/conf/post-install
3@@ -326,7 +326,7 @@ fake_fmt() {
4 case `uname -s` in
5 HP-UX*) FMT=cat;;
6 SunOS*) FMT=fake_fmt;;
7- *) FMT=fmt;;
8+ *) FMT=cat;;
9 esac
10
11 # If a parameter is not set via the command line or environment,