diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/pkgmgt.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/pkgmgt.xml b/chapter08/pkgmgt.xml index 27e9c9cda..b925a976f 100644 --- a/chapter08/pkgmgt.xml +++ b/chapter08/pkgmgt.xml @@ -283,7 +283,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> <para>This approach is used by most of the package managers found in the commercial distributions. Examples of package managers that follow this approach are RPM (which, incidentally, is required by the <ulink - url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux + url="https://refspecs.linuxfoundation.org/lsb.shtml">Linux Standard Base Specification</ulink>), pkg-utils, Debian's apt, and Gentoo's Portage system. A hint describing how to adopt this style of package management for LFS systems is located at <ulink @@ -296,7 +296,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> archives. This system purposely does not handle package dependencies as more complex package managers do. For details of Slackware package management, see <ulink - url="http://www.slackbook.org/html/package-management.html"/>.</para> + url="https://www.slackbook.org/html/package-management.html"/>.</para> </sect3> <sect3> |