Changeset c8181ac
- Timestamp:
- 08/28/2003 02:07:57 AM (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:
- bddbf06
- Parents:
- 96a38c6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
content/web/proftpd/proftpd-config.xml
r96a38c6 rc8181ac 110 110 # End $rc_base/init.d/proftp 111 111 <command>EOF 112 chmod 755 /etc/rc.d/init.d/proftp d</command></userinput></screen></para>112 chmod 755 /etc/rc.d/init.d/proftp</command></userinput></screen></para> 113 113 114 114 <para>Create the symbolic links to this file in the relevant <filename 115 115 class="directory">rc.d</filename> directories with the following commands: 116 116 <screen><userinput><command>cd /etc/rc.d/init.d && 117 ln -sf ../init.d/proftp d ../rc0.d/K50proftpd&&118 ln -sf ../init.d/proftp d ../rc1.d/K50proftpd&&119 ln -sf ../init.d/proftp d ../rc2.d/K50proftpd&&120 ln -sf ../init.d/proftp d ../rc3.d/S50proftpd&&121 ln -sf ../init.d/proftp d ../rc4.d/S50proftpd&&122 ln -sf ../init.d/proftp d ../rc5.d/S50proftpd&&123 ln -sf ../init.d/proftp d ../rc6.d/K50proftpd</command></userinput></screen></para>117 ln -sf ../init.d/proftp ../rc0.d/K50proftp && 118 ln -sf ../init.d/proftp ../rc1.d/K50proftp && 119 ln -sf ../init.d/proftp ../rc2.d/K50proftp && 120 ln -sf ../init.d/proftp ../rc3.d/S50proftp && 121 ln -sf ../init.d/proftp ../rc4.d/S50proftp && 122 ln -sf ../init.d/proftp ../rc5.d/S50proftp && 123 ln -sf ../init.d/proftp ../rc6.d/K50proftp</command></userinput></screen></para> 124 124 125 125 </sect3> -
general/prog/ruby/ruby.ent
r96a38c6 rc8181ac 8 8 <!ENTITY ruby-version "1.6.8"> 9 9 <!ENTITY ruby-download-http ""> 10 <!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/ ruby-1.6.8.tar.gz">10 <!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/1.6/ruby-1.6.8.tar.gz"> 11 11 <!ENTITY ruby-size "1 MB"> 12 12 <!ENTITY ruby-time "0.92 SBU"> -
postlfs/security/shadow/shadow-inst.xml
r96a38c6 rc8181ac 1 1 <sect2> 2 <title>Re-installation of shadow to utilize PAM</title> 2 <title>Re-installation of <application>shadow</application> to utilize 3 <application><acronym>PAM</acronym></application></title> 3 4 4 5 <screen>shadow requires: … … 9 10 <para>Reinstall shadow by running the following commands:</para> 10 11 11 <para><screen><userinput> patch -Np1 -i ../shadow-4.0.3.patch &&12 <para><screen><userinput><command>patch -Np1 -i ../shadow-4.0.3.patch && 12 13 autoconf && 13 14 LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --libdir=/usr/lib \ … … 15 16 make && 16 17 make install && 18 ln -sf vipw /usr/sbin/vigr && 17 19 rm /bin/vipw && 18 20 mv /bin/sg /usr/bin && … … 20 22 ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so && 21 23 ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so && 22 cp debian/securetty /etc/securetty</ userinput></screen></para>24 cp debian/securetty /etc/securetty</command></userinput></screen></para> 23 25 24 26
Note:
See TracChangeset
for help on using the changeset viewer.