]>
Commit | Line | Data |
---|---|---|
5898af2c DHW |
1 | #!/bin/sh |
2 | sed -e "/^@set FIXMES/s::@clear FIXMES:" \ | |
3 | -e "/^@set CUSTOMER/s::@clear CUSTOMER:" \ | |
4 | -e "/^@set CDROMinst/s::@clear CDROMinst:" \ | |
5 | -e "/^@set TAPEinst/s::@clear TAPEinst:" \ | |
6 | -e "/^@set FTPsingle/s::@clear FTPsingle:" \ | |
7 | -e "/^@clear FTPsplit/s::@set FTPsplit:" \ | |
8 | -e "/\|\|DEVdflt\|\|/s::/dev/rmt/0ln:g" \ | |
9 | -e "/\|\|TAPdflt\|\|/s::/dev/@var{tape}:g" \ | |
10 | -e "/\|\|MEDIUM\|\|/s::tape:g" \ | |
11 | -e "/\|\|MEDstr\|\|/s::/dev/rmt/0ln:g" \ | |
12 | -e "/\|\|MEDvar\|\|/s::/dev/@var{tape}:g" \ | |
13 | -e "/\|\|RELNO\|\|/s::1.0:g" \ | |
14 | -e "/\|\|BD\|\|/s::20:g" \ | |
15 | -e "/\|\|SD\|\|/s::28:g" \ | |
16 | -e "/\|\|DF\|\|/s::48:g" \ | |
17 | -e "/\|\|BUNDLE\|\|/s::comp:g" \ | |
18 | -e "/\|\|HOST\|\|/s::SPARC computer:g" \ | |
19 | -e "/\|\|HOSTstr\|\|/s::sparc-sun-solaris2:g" \ | |
20 | -e "/\|\|TARGET\|\|/s::sparc-sun-solaris2:g" \ | |
21 | -e "/\|\|GCCvn\|\|/s::cygnus-2.0.2:g" \ | |
22 | -e "s/^INSTALLDIR_DEFAULT=.*$/INSTALLDIR_DEFAULT=../" \ | |
23 | -e "s/^FTPRELEASE=.*/FTPRELEASE=yes/" \ | |
24 | < $1 > $2 |