Fix the startup script.
I think I've been too long away from my ports work... PR: ports/75468 Submitted by: Michael <mkuhn.nw 'at' web.de>
This commit is contained in:
parent
51ee7be17b
commit
5d77d5fc37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125136
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20041224
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
13
ports-mgmt/portupgrade-devel/files/patch-pkgtools.sh
Normal file
13
ports-mgmt/portupgrade-devel/files/patch-pkgtools.sh
Normal file
@ -0,0 +1,13 @@
|
||||
Index: etc/pkgtools.sh
|
||||
===================================================================
|
||||
--- etc/pkgtools.sh (revision 1046)
|
||||
+++ etc/pkgtools.sh (working copy)
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
pkgtools_start() {
|
||||
if [ -d "$pkgtools_libdir" ]; then
|
||||
- echo /sbin/ldconfig -m "$pkgtools_libdir"
|
||||
+ /sbin/ldconfig -m "$pkgtools_libdir"
|
||||
fi
|
||||
}
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20041224
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
13
ports-mgmt/portupgrade/files/patch-pkgtools.sh
Normal file
13
ports-mgmt/portupgrade/files/patch-pkgtools.sh
Normal file
@ -0,0 +1,13 @@
|
||||
Index: etc/pkgtools.sh
|
||||
===================================================================
|
||||
--- etc/pkgtools.sh (revision 1046)
|
||||
+++ etc/pkgtools.sh (working copy)
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
pkgtools_start() {
|
||||
if [ -d "$pkgtools_libdir" ]; then
|
||||
- echo /sbin/ldconfig -m "$pkgtools_libdir"
|
||||
+ /sbin/ldconfig -m "$pkgtools_libdir"
|
||||
fi
|
||||
}
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20041224
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
13
sysutils/portupgrade-devel/files/patch-pkgtools.sh
Normal file
13
sysutils/portupgrade-devel/files/patch-pkgtools.sh
Normal file
@ -0,0 +1,13 @@
|
||||
Index: etc/pkgtools.sh
|
||||
===================================================================
|
||||
--- etc/pkgtools.sh (revision 1046)
|
||||
+++ etc/pkgtools.sh (working copy)
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
pkgtools_start() {
|
||||
if [ -d "$pkgtools_libdir" ]; then
|
||||
- echo /sbin/ldconfig -m "$pkgtools_libdir"
|
||||
+ /sbin/ldconfig -m "$pkgtools_libdir"
|
||||
fi
|
||||
}
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20041224
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
13
sysutils/portupgrade/files/patch-pkgtools.sh
Normal file
13
sysutils/portupgrade/files/patch-pkgtools.sh
Normal file
@ -0,0 +1,13 @@
|
||||
Index: etc/pkgtools.sh
|
||||
===================================================================
|
||||
--- etc/pkgtools.sh (revision 1046)
|
||||
+++ etc/pkgtools.sh (working copy)
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
pkgtools_start() {
|
||||
if [ -d "$pkgtools_libdir" ]; then
|
||||
- echo /sbin/ldconfig -m "$pkgtools_libdir"
|
||||
+ /sbin/ldconfig -m "$pkgtools_libdir"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user