Changeset bb11ee6
- Timestamp:
- 01/20/2014 07:50:48 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 1783972c
- Parents:
- 539c8fd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/openjdk.xml
r539c8fd rbb11ee6 330 330 ./autogen.sh && 331 331 ./configure --with-jdk-home=/opt/OpenJDK-&openjdk-version;-bin \ 332 --with-version-suffix= blfs\332 --with-version-suffix=BLFS \ 333 333 --enable-nss \ 334 334 --disable-system-kerberos \ -
multimedia/audioutils/audacious.xml
r539c8fd rbb11ee6 179 179 </para> 180 180 181 <screen><userinput>TPUT=/bin/true ./configure --prefix=/usr && 181 <screen><userinput>TPUT=/bin/true ./configure --prefix=/usr \ 182 --with-buildstamp="BLFS" && 182 183 make</userinput></screen> 183 184 … … 254 255 characters used to color the text can make the logfile unreadable. This 255 256 option stops it coloring the text. 256 </para>257 258 <para>259 <option>--with-buildstamp="BLFS"</option>: Set build stamp to BLFS260 (change it to fit your preference).261 257 </para> 262 258 -
postlfs/security/sudo.xml
r539c8fd rbb11ee6 106 106 --with-timedir=/var/lib/sudo \ 107 107 --with-all-insults \ 108 --with-env-editor && 108 --with-env-editor \ 109 --with-passprompt="[BLFS sudo] password for %p"&& 109 110 make</userinput></screen> 110 111 … … 137 138 <option>--with-env-editor</option>: This switch enables use of the 138 139 environment variable EDITOR for <command>visudo</command>. 139 </para>140 141 <para>142 <option>--with-passprompt="[sudo] password for %p"</option>: Use this143 switch to define the prompt (change it to fit your preference).144 140 </para> 145 141
Note:
See TracChangeset
for help on using the changeset viewer.