Changeset 1c3f6da1
- Timestamp:
- 02/27/2019 04:49:50 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4296188
- Parents:
- 0112339
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/lsof.xml
r0112339 r1c3f6da1 11 11 12 12 <!ENTITY lsof-download-http " "> 13 <!ENTITY lsof-download-ftp " ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.gz">13 <!ENTITY lsof-download-ftp "https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.gz"> 14 14 <!ENTITY lsof-md5sum "10e1353aa4bf2fd5bbed65db9ef6fd47"> 15 15 <!ENTITY lsof-size "1.1 MB"> -
introduction/important/building-notes.xml
r0112339 r1c3f6da1 414 414 </para> 415 415 416 <screen><userinput>find /{,usr/}{bin,lib,sbin} -type f -exec strip --strip-unneeded {} \;</userinput></screen> 416 <screen><userinput>find /{,usr/}{bin,lib,sbin} \ 417 -type f \( -name \*.so* -a ! -name \*dbg \) \ 418 -exec strip --strip-unneeded {} \;</userinput></screen> 417 419 418 420 <para>
Note:
See TracChangeset
for help on using the changeset viewer.