Opened 20 years ago
Last modified 20 years ago
#1656 closed enhancement
Redundancy in Chapter 6 "Creating Directories" — at Initial Version
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | lowest | Milestone: | 6.2 |
| Component: | Book | Version: | SVN |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
From Randy McMurphy:
Not sure if this is intentional or not, but if it isn't then perhaps y'all may want to do something about it.
There is some redundancy in the Chapter 6 "Creating Directories" section. The following lines could be changed as follows:
install -dv /{sbin,srv,usr/local,var,opt} to install -dv /{sbin,srv} (in fact, the sbin and srv dirs could simply be placed on the previous line)
install -dv /usr/share/{doc,info,locale,man} to install -dv /usr/share/{doc,info,locale}
install -dv /usr/local/{bin,etc,include,lib,sbin,share,src} to install -dv /usr/local/{bin,etc,include,lib,sbin,src}
install -dv /usr/local/share/{doc,info,locale,man} to install -dv /usr/local/share/{doc,info,locale}
