Changeset 2487c4c
- Timestamp:
- Jun 26, 2014, 1:44:09 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- f363efb
- Parents:
- e198308
- git-author:
- Chris Staub <chris@…> (06/26/14 01:43:45)
- git-committer:
- Chris Staub <chris@…> (06/26/14 01:44:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
re198308 r2487c4c 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.