Changeset 2c2105c for BOOK/final-system/common
- Timestamp:
- May 14, 2017, 12:35:14 PM (8 years ago)
- Branches:
- master, systemd
- Children:
- 1243035
- Parents:
- ba88a9b
- git-author:
- William Harrington <kb0iic@…> (05/14/17 12:35:03)
- git-committer:
- William Harrington <kb0iic@…> (05/14/17 12:35:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
rba88a9b r2c2105c 38 38 --prefix=/usr</userinput></screen> 39 39 40 <para os="s 3">Diffutils wants <command>ed</command> as the default editor40 <para os="s5">Diffutils wants <command>ed</command> as the default editor 41 41 for <command>sdiff</command>. The following <command>sed</command> will 42 42 change the default to <command>vi</command>:</para> 43 43 44 <screen os="s4"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen> 45 44 <screen os="s6"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen> 46 45 <para os="c">Compile the package:</para> 47 46
Note:
See TracChangeset
for help on using the changeset viewer.