diff options
author | andreas <andreas@FreeBSD.org> | 2000-11-01 21:09:35 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-11-01 21:09:35 +0800 |
commit | 06e490fef5a37671b42d393474a527c34ed5bf61 (patch) | |
tree | 3384e48bed3668518fc9ade08ef4d437db758033 /sysutils/webmin/scripts | |
parent | 44f0799a42a26be2f3e67144433ec6f988169210 (diff) | |
download | freebsd-ports-gnome-06e490fef5a37671b42d393474a527c34ed5bf61.tar.gz freebsd-ports-gnome-06e490fef5a37671b42d393474a527c34ed5bf61.tar.zst freebsd-ports-gnome-06e490fef5a37671b42d393474a527c34ed5bf61.zip |
Upgrade webmin port from 0.80 to 0.82
Obtained patches from James (see PR)
Further enhancements from me:
- make port portlint clean
- remove webmins behaviour, to write its startup code to /etc/rc.local
a) this behaviour is discouraged now in FreeBSD
b) it blindly appended the startup code at the end of rc.local ...
my last line is exit 0, so startup code never has been executed.
- wrote simple startup script that will be installed in our usual place.
did that PREFIX-clean(tm)
- added FreeBSD 4.1 and 4.2 to the os-list ...
PR: 22312
Submitted by: "James E. Housley" <jeh@FreeBSD.org>
Diffstat (limited to 'sysutils/webmin/scripts')
-rw-r--r-- | sysutils/webmin/scripts/pre-configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/webmin/scripts/pre-configure b/sysutils/webmin/scripts/pre-configure index 78f8349f4de0..b69c9556b938 100644 --- a/sysutils/webmin/scripts/pre-configure +++ b/sysutils/webmin/scripts/pre-configure @@ -10,4 +10,6 @@ fi perl -pi -e "s=!!PERL5!!=$PERL5=" ${WRKSRC}/setup.sh +sed -e "s=!!PREFIX!!=$PREFIX=" < ${FILESDIR}/webmin.sh.sample > /tmp/webmin.sh + exit 0 |