Subject: CVS commit: pkgsrc/chat/jabberd2/files
From: Greg Troxel
Date: 2017-01-06 02:52:20
Message id: 20170106015220.AEB75FBA6@cvs.NetBSD.org

Log Message:
Change sub-daemon start order

Drop dependency of router, sm, s2s on c2s.  This did not make sense --
none of them care if c2s runs.

c2s, s2s, and sm all connect to router.  So make them depend on
router, even though in theory they should retry.

Make c2s depend on sm, because if someone tries to log in before sm is
running, they will get a failure, and some clients do not retry
correctly.  Getting ECONNREFUSED connecting to c2s is more likely to
be handled correctly.

No PKGREVISION; riding the impending update.

(Tested on netbsd-6 i386 in a domU.)

Files:
RevisionActionfile
1.5modifypkgsrc/chat/jabberd2/files/c2s.sh
1.3modifypkgsrc/chat/jabberd2/files/router.sh
1.3modifypkgsrc/chat/jabberd2/files/s2s.sh
1.5modifypkgsrc/chat/jabberd2/files/sm.sh