From 035e63786f04562cb7121376e5e4a8e004603aee Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 14 Jan 2016 06:02:05 +0000 Subject: - fix startup order conflict - allow tinc to start early, so "static_routes" in /etc/rc.conf works. PR: 202371 --- security/tinc/Makefile | 2 +- security/tinc/files/tincd.in | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/security/tinc/Makefile b/security/tinc/Makefile index b52f553d7e24..837b841f2c1a 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -3,7 +3,7 @@ PORTNAME= tinc PORTVERSION= 1.0.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.tinc-vpn.org/packages/ diff --git a/security/tinc/files/tincd.in b/security/tinc/files/tincd.in index a3762dbb08c5..6d53d1a6ca11 100644 --- a/security/tinc/files/tincd.in +++ b/security/tinc/files/tincd.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: tincd -# REQUIRE: ipfilter FILESYSTEMS sysctl netif ldconfig +# REQUIRE: ipfilter FILESYSTEMS sysctl netif # BEFORE: SERVERS routing # KEYWORD: nojail # @@ -33,11 +33,13 @@ stop_cmd="tincd_stop" reload_cmd="tincd_reload" extra_commands="reload" procname=${command:-tincd} +ldconfig_command="/sbin/ldconfig" load_rc_config $name tincd_start() { + ${ldconfig_command} -elf -m %%LOCALBASE%%/lib if test -z "${tincd_cfg}" then echo "Starting tincd" -- cgit ect name='h' onchange='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.3.7kevlo2001-01-182-2/+2
* Update to 2.2.4.sobomax2001-01-189-33/+48
* Upgrade to version 4.2billf2001-01-1866-474/+798
* Bump PORTVERSION.kuriyama2001-01-182-2/+2
* Fix whisker operation.kris2001-01-183-11/+21
* bugfix: hpdj couldn't be fetched after the variable name changeandreas2001-01-184-4/+4
* Reflect ucd-snmp's new name (net-snmp).billf2001-01-181-1/+1
* ucd-snmp renamed itself to net-snmp and now uses sourceforge. reflectbillf2001-01-1829-517/+66
* Remove gtksheet. it have merge into gtkextra ports.vanilla2001-01-187-69/+0
* Remove icewm-i18.vanilla2001-01-181-1/+0
* Remove icewm-i18n, it have merged into icem source tarball.vanilla2001-01-1815-649/+0
* Add myself.demon2001-01-181-1/+1
* - added stable version 4.0.4 of gimp-print (stp) driverandreas2001-01-1820-144/+344
* add missing manpages.sf2001-01-1812-96/+108
* bump PORTREVISION; added new file.sf2001-01-181-0/+1
* add missing manpage.sf2001-01-181-2/+2
* Nuke ja-wine --> ports/japanese/wine, its features is now merged to mainstreamsobomax2001-01-177-197/+0
* Upgrade to 2.2kevlo2001-01-172-6/+11
* Update to 0.9.b1.sobomax2001-01-174-12/+24
* Update to 0.2.8.sobomax2001-01-172-2/+4
* cosmetic: add cvs idandreas2001-01-178-0/+16
* Add ONLY_FOR_ARCHS=i386.sobomax2001-01-171-0/+2
* Add a port for the RXP validating XML parser.jkoshy2001-01-176-0/+54
* Allow the sysinstall help files to be edited without $FreeBSD$ tags.peter2001-01-171-0/+1
* Add note that this is for SCSI drives only.alex2001-01-171-0/+2
* sync with bsd.port.mk's PORTDOCS handlingroam2001-01-177-1788/+1783
* fix master-site subdir nameroam2001-01-172-2/+2
* RIJNDAEL algorithm is not depreciated. Fix not to show warningkuriyama2001-01-172-0/+62
* Catch up mozilla-0.7.sf2001-01-1710-40/+210
* Fix off-by-one error that was causing an infinite loop in some verywill2001-01-171-1/+1
* Add pic2fig 1.4, a pic format to fig format converter.will2001-01-179-0/+567
* update to ghostscript v 6.50andreas2001-01-1740-408/+1116
* Upgrade to 4.0.4pl1.dirk2001-01-174-4/+4
* Fix for a symlink attack posted to bugtraq. The patches committed herebmah2001-01-173-0/+80
* Refix my fix (;-) -- really update for bsd.port.mk rev 1.361.will2001-01-171-1/+2
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-1733-1077/+925
* Slightly simplify Makefiles used to build the kld's (w/o functionality change).sobomax2001-01-174-19/+18
* Oops, forgot to add LIB_DEPENDS and BUILD_DEPENDS..knu2001-01-171-0/+3
* Fix typos.alex2001-01-171-1/+1
* Add ja-libconv, Japanese charset conversion library powered by iconv(3).knu2001-01-1711-0/+133
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-17