blob: 262a2ae9a7dd2cafaa8fec8bdb352a1560fc5b70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/conf/post-install
+++ b/conf/post-install
@@ -326,7 +326,7 @@ fake_fmt() {
case `uname -s` in
HP-UX*) FMT=cat;;
SunOS*) FMT=fake_fmt;;
- *) FMT=fmt;;
+ *) FMT=cat;;
esac
# If a parameter is not set via the command line or environment,
|