Changeset d7c254a
- Timestamp:
- 09/23/2003 01:35:57 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c442d19
- Parents:
- dbed00df
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/glossary.xml
rdbed00df rd7c254a 8 8 <glossentry id="gADSL"><glossterm><acronym>ADSL</acronym></glossterm> 9 9 <glossdef><para>Asymmetric Digital Subscriber Line</para></glossdef></glossentry> 10 11 <glossentry id="gASCII"><glossterm><acronym>ASCII</acronym></glossterm> 12 <glossdef><para>American Standard Code for Information Interchange</para></glossdef></glossentry> 10 13 11 14 <glossentry id="gATK"><glossterm><acronym>ATK</acronym></glossterm> … … 95 98 <glossdef><para>Netwide ASseMbler</para></glossdef></glossentry> 96 99 100 <glossentry id="gNFS"><glossterm><acronym>NFS</acronym></glossterm> 101 <glossdef><para>Network File System</para></glossdef></glossentry> 102 97 103 <glossentry id="gORB"><glossterm><acronym>ORB</acronym></glossterm> 98 104 <glossdef><para>Object Request Broker</para><glossseealso -
postlfs/config/compressdoc.xml
rdbed00df rd7c254a 39 39 # set up a few variables. 40 40 41 NEWEXT=.$2 # NEWEXT = extension of newly compressed files41 NEWEXT=.$2 # NEWEXT = extension of newly compressed files 42 42 43 43 if [ "$NEWEXT" == ".bz2" ] 44 44 then 45 45 OLDEXT=".gz" # OLDEXT = extensions of files to recompress 46 DECOMPRESS="gunzip -f" # DECOMPRESS = command to decompress a file47 COMPRESS="bzip2 -f9" # COMPRESS = command to compress a file46 DECOMPRESS="gunzip -f" # DECOMPRESS = command to decompress a file 47 COMPRESS="bzip2 -f9" # COMPRESS = command to compress a file 48 48 else 49 49 OLDEXT=".bz2" … … 65 65 if [ -f $f -o -L $f ] 66 66 then 67 FILE=$f # the file being processed68 BASEFILE=`basename $FILE` # its basename (see HLINKS)69 INODE=`find $FILE -printf %i` # its inode number (see HLINKS)70 NEWFILE=`changefileext $FILE $OLDEXT $NEWEXT` # new file name67 FILE=$f # the file being processed 68 BASEFILE=`basename $FILE` # its basename (see HLINKS) 69 INODE=`find $FILE -printf %i` # its inode number (see HLINKS) 70 NEWFILE=`changefileext $FILE $OLDEXT $NEWEXT` # new file name 71 71 72 72 # HLINKS is the list of all hard links to the current file. … … 137 137 138 138 <command>EOF 139 chmod 755 /usr/bin/compr doc</command></userinput></screen>139 chmod 755 /usr/bin/compressdoc</command></userinput></screen> 140 140 141 141 <para>Now, as root, you can issue a
Note:
See TracChangeset
for help on using the changeset viewer.