- Update mastersites.
- Adjustments to configuration files for BIND9's default chroot. - Minor adjustments to clean up Apache's configuration file hierarchy. PR: ports/118081 Submitted by: Janky.Jay@FreeBSD.org, III <ek@purplehat.org> (maintainer)
This commit is contained in:
parent
a70e27030b
commit
bfc312f329
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204650
5 changed files with 16 additions and 2014 deletions
|
@ -9,9 +9,9 @@ PORTNAME= syscp
|
|||
PORTVERSION= 1.2.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils www
|
||||
MASTER_SITES= http://canada.syscp.org/releases/tgz/ \
|
||||
http://france.syscp.org/releases/tgz/ \
|
||||
http://nuernburg.files.syscp.org/releases/tgz/
|
||||
MASTER_SITES= http://nuernburg.files.syscp.org/releases/tgz/ \
|
||||
http://canada.files.syscp.org/releases/tgz/ \
|
||||
http://france.files.syscp.org/releases/tgz/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PATCH_DIST_STRIP= -p0
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -20,3 +20,9 @@ Create and put the following lines into your
|
|||
|
||||
------------------------------------------------------
|
||||
|
||||
Make sure Apache+PHP is properly configured and running
|
||||
then visit:
|
||||
|
||||
http://your-domain.tld/syscp/
|
||||
|
||||
And enjoy!
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
/bin/echo ""
|
||||
/bin/echo "To delete SysCP permanently: rm -rf /usr/local/www/syscp"
|
||||
/bin/echo ""
|
||||
|
||||
exit 0
|
||||
if [ "$2" = DEINSTALL ]; then
|
||||
echo "==============================================================================="
|
||||
echo "If you are permanently removing this port, run:"
|
||||
echo ""
|
||||
echo "rm -rf /usr/local/www/syscp"
|
||||
echo "==============================================================================="
|
||||
fi
|
||||
|
|
|
@ -163,7 +163,6 @@ www/syscp/templates/misc/configfiles/debian_sarge/postfix/etc_postfix_sasl_smtpd
|
|||
www/syscp/templates/misc/configfiles/debian_sarge/proftpd/etc_proftpd.conf
|
||||
www/syscp/templates/misc/configfiles/freebsd_release/bind/etc_bind_default.zone
|
||||
www/syscp/templates/misc/configfiles/freebsd_release/cron/etc_cron.d_syscp
|
||||
www/syscp/templates/misc/configfiles/freebsd_release/cron/etc_php4_syscpcron_php.ini
|
||||
www/syscp/templates/misc/configfiles/freebsd_release/dovecot/etc_dovecot_conf
|
||||
www/syscp/templates/misc/configfiles/freebsd_release/dovecot/etc_dovecot_sql
|
||||
www/syscp/templates/misc/configfiles/freebsd_release/postfix/etc_postfix_main.cf
|
||||
|
|
Loading…
Reference in a new issue