diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-01-23 22:02:34 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-01-24 08:59:49 +0100 |
commit | 7ad185bd2d8fe579a2a8f288a911298e9b022c39 (patch) | |
tree | a8cbf78fcc324729395ad16b52022366dfcde01c /source/n/dhcpcd | |
parent | f4a16dfaa3822cd84790612cfb5f6794e7397ea1 (diff) | |
download | current-7ad185bd2d8fe579a2a8f288a911298e9b022c39.tar.gz current-7ad185bd2d8fe579a2a8f288a911298e9b022c39.tar.xz |
Wed Jan 23 22:02:34 UTC 201920190123220234
a/bash-5.0.002-x86_64-2.txz: Rebuilt.
Rebuilt with --libdir=/usr/lib${LIBDIRSUFFIX}. Thanks to RandomTroll.
a/btrfs-progs-4.20.1-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-9.txz: Rebuilt.
Automatically generate an initial ramdisk from the installer.
Added 'geninitrd' script to generate an initial ramdisk for the kernel that
/boot/vmlinuz-generic (and/or /boot/vmlinuz-generic-smp) points to.
ap/man-db-2.8.5-x86_64-2.txz: Rebuilt.
Comment out all the options in /etc/profile.d/man-db.{csh,sh} and let the
user decide whether or not to choose anything.
d/python-pip-19.0.1-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.41.1-x86_64-1.txz: Upgraded.
n/dhcpcd-7.1.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/dhcpcd')
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.1.0.tar.xz.distinfo | 1 | ||||
-rwxr-xr-x | source/n/dhcpcd/dhcpcd.SlackBuild | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo deleted file mode 100644 index dc0f7baef..000000000 --- a/source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo +++ /dev/null @@ -1 +0,0 @@ -SHA256 (dhcpcd-7.0.8.tar.xz) = 96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5 diff --git a/source/n/dhcpcd/dhcpcd-7.1.0.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.1.0.tar.xz.distinfo new file mode 100644 index 000000000..1d7f9ffa0 --- /dev/null +++ b/source/n/dhcpcd/dhcpcd-7.1.0.tar.xz.distinfo @@ -0,0 +1 @@ +SHA256 (dhcpcd-7.1.0.tar.xz) = 019ff03f4495c58be1b43a5543a4f427b6a2c3f6a3850a112bc0baca50771243 diff --git a/source/n/dhcpcd/dhcpcd.SlackBuild b/source/n/dhcpcd/dhcpcd.SlackBuild index ec3f57d44..044b902d3 100755 --- a/source/n/dhcpcd/dhcpcd.SlackBuild +++ b/source/n/dhcpcd/dhcpcd.SlackBuild @@ -76,9 +76,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -patch -p1 < $CWD/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch || exit 1 -patch -p1 < $CWD/patches/use-hostname_short-in-dhcpcd.conf.patch || exit 1 -patch -p1 < $CWD/patches/dhcpcd.conf-request_ntp_server_by_default.patch || exit 1 +patch -p1 --verbose < $CWD/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch || exit 1 +patch -p1 --verbose < $CWD/patches/use-hostname_short-in-dhcpcd.conf.patch || exit 1 +patch -p1 --verbose < $CWD/patches/dhcpcd.conf-request_ntp_server_by_default.patch || exit 1 # At this point, it should be safe to assume that /var will be mounted by the # time dhcpcd is called, as all non-root local filesystems are mounted from |