Skip to content

Commit c7d1f12

Browse files
committed
upclient: Fix accidental part of previous commit.
1 parent 6846ea1 commit c7d1f12

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

net/upclient/distinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BLAKE2s (upclient-4.2.1.23.tar.gz) = 3ba3c5e0af3466bbf1cd4cbc130940bcd5776549657
44
SHA512 (upclient-4.2.1.23.tar.gz) = 822e1b269861b306e468a196756bba79babf06c89d3a441293f1d418458f2f563c3b18c9bdab587aba81a8bba1dd1db088d01c03a91d3900be485146535fc4fc
55
Size (upclient-4.2.1.23.tar.gz) = 29386 bytes
66
SHA1 (patch-aa) = ced6fd730065b76104779fb7e980f5fd94ddbf1d
7-
SHA1 (patch-ab) = 208df5f16c002bcf4e2689a1eb7ec46cfc124649
7+
SHA1 (patch-ab) = dd1e318cee6e27fcf433b2123cf8f3f6ed8eb548
88
SHA1 (patch-ac) = 7777617c58b6886484e43b52524494a510f15373
99
SHA1 (patch-ad) = 57aac6d38f7f4fcdc1b4545d2f6df0815a9db496
1010
SHA1 (patch-ae) = f8b73cfa9d736f3b06556224373486144548afc8

net/upclient/patches/patch-ab

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
$NetBSD: patch-ab,v 1.5 2002/05/07 22:25:04 hubertf Exp $
1+
$NetBSD: patch-ab,v 1.7 2026/03/21 10:40:34 nia Exp $
22

3-
--- scripts/upchk.orig 2001-05-31 23:30:24.000000000 +0000
4-
+++ scripts/upchk
3+
--- scripts/upchk.orig Tue Jun 19 11:15:24 2001
4+
+++ scripts/upchk Tue Jun 19 11:15:51 2001
55
@@ -24,7 +24,7 @@
66
#
77

88
# change this to the full path AND name of your upclient executable:
99
-upclient="/usr/local/sbin/upclient"
10-
+upclient="/usr/pkg/bin/upclient"
10+
+upclient="@PREFIX@/bin/upclient"
1111

1212
# change this to the name of your upclient's pidfile (as defined in
1313
# config.h of the upclient distribution)

0 commit comments

Comments
 (0)