Changeset d3d34af for BOOK/final-system
- Timestamp:
- Jun 26, 2014, 1:43:45 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 3c9d060
- Parents:
- d7a03ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
rd7a03ae rd3d34af 34 34 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 35 35 36 <para os="s3">Diffutils wants <command>ed</command> as the default editor. 37 The following sed will change the default to <command>vim</command>:</para> 36 <para os="s3">Diffutils wants <command>ed</command> as the default editor 37 for <command>sdiff</command>. The following <command>sed</command> will 38 change the default to <command>vi</command>:</para> 38 39 39 40 <screen os="s4"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.