The etcd rpms
|
|
||
|---|---|---|
| tests | ||
| .gitignore | ||
| 0001-hack-etcdmain-to-generate-etcd.1.patch | ||
| 0001-hack-to-generate-man-pages.patch | ||
| etcd.conf | ||
| etcd.service | ||
| etcd.spec | ||
| etcdctl.1 | ||
| etcdmain-Add-max-snapshots-and-max-wals-to-help.patch | ||
| Fix-format-errors.patch | ||
| genmanpages.sh | ||
| hack-test.patch | ||
| README.md | ||
| run-etcd-on-ppc64le-by-default.patch | ||
| sources | ||
etcdctl*.1 to etcdctl3*.1
for line in $(ls *.1); do mv $line $(echo $line | sed "s/etcdctl/etcdctl3/"); done
rename refs in man pages
sed -i "s/\\fBetcdctl\-/\\fBetcdctl3\-/g" *.1
sed -i s"/^etcdctl/ETCDCTL=3 etcdctl/" etcdctl3*.1
etcdctl*.1 to etcdctl2*.1
for line in $(ls *.1); do mv $line $(echo $line | sed "s/etcdctl/etcdctl3/"); done
rename refs in man pages
sed -i "s/\\fBetcdctl-/\\fBetcdctl2-/g" *.1