Commit Graph

78 Commits

Author SHA1 Message Date
ajacoutot
f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
sthen
2ec4768ef6 update to conserver-8.2.7 2022-07-09 08:50:52 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
sthen
33d1b76f26 update to conserver-8.2.6 2020-11-06 14:38:27 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
74f0899212 conserver: update MASTER_SITES 2020-06-15 11:49:14 +00:00
sthen
a08ab8d5c4 update to conserver-8.2.5 2020-05-14 11:43:24 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
2ba706c2c4 spring-clean conserver patches/ 2019-03-27 10:37:09 +00:00
sthen
e3088bdd06 update to conserver-8.2.4 2019-03-27 10:14:03 +00:00
sthen
cf9c2acd66 update to conserver-8.2.3 2019-03-17 23:39:59 +00:00
sthen
c06a81c834 avoid @SECLEVEL=0 in console(1) too, from henning 2019-02-26 15:31:17 +00:00
sthen
aa26be6cc0 Tweak DESCR to make it a bit clearer what the -net flavour of comms/conserver
is for. (It's only needed when you have conserver(8) and console(1) on different
machines, or when you have conserver(8) on multiple machines clustered behind a
single front-end).
2019-02-26 11:54:57 +00:00
sthen
ad160d29ab unbreak FLAVOR=net of conserver; libressl doesn't support :@SECLEVEL=0
found the hard way by henning@
2019-02-25 19:53:16 +00:00
sthen
e13d73575c adjust rc_reload/rc_stop handling so that if a master process is running
and conserver is in the (default) "setproctitle" mode, it only attempts to
signal the master and not any other processes. avoids delays during
shutdown/restart and dangling processes which have been observed when
multiple processes are running (presumably due to the childs being
signalled before the master takes them down more cleanly).
2019-01-25 11:35:54 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sthen
cc037a2a5f tweak pexp again, some setups don't result in a process with "master" in the proctitle 2018-06-01 17:06:21 +00:00
sthen
05caeca6a3 update to conserver-8.2.2 2018-05-29 13:54:05 +00:00
sthen
989f299b44 - adjust conserver rc.d script to cope with setups using the
setproctitle option, reported by henning@.

- patch to enable setproctitle by default, there doesn't seem a
huge amount of point hiding it behind a config flag.
2018-05-22 14:57:44 +00:00
sthen
35651d91a2 conserver upstream has moved to github (and is providing stable uploaded
tarballs rather than relying on the auto-generated ones), so switch
MASTER_SITES, and use https for HOMEPAGE while there
2018-04-11 14:47:16 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
zhuk
fedb059f9d Move share/examples/conserver/simple.cf up to the proper place in PLIST.
Input & okay sthen@ (MAINTAINER)
2017-12-16 20:53:06 +00:00
sthen
342c4d9587 fix @sample directory name 2016-06-20 15:08:44 +00:00
sthen
7ee6ff990d getpwnam -> getpwnam_shadow 2015-11-19 14:03:30 +00:00
sthen
6222f72cff don't strip bin/console, reported by jirib at devio.us 2015-08-14 13:49:41 +00:00
sthen
5a988be900 bump REVISION, missed in last commit. reported by aja 2015-08-12 07:45:04 +00:00
sthen
d57d6a762c add a flavour to build comms/conserver with internal IPMI console support 2015-08-11 21:13:14 +00:00
sthen
11a8406f73 update to conserver-8.2.1 2015-06-10 13:07:33 +00:00
sthen
4fe620bb9a update conserver to 8.2.0, and make some port changes ...
- Switch to using unix domain sockets instead of network sockets for
comms between "console" client and "conserver" server. This is a compile-
time toggle and disables network sockets. Uses SO_PEERCRED for access
control so it's possible to do per-user acls in conserver without
the need to re-enter user passwords.

- Add a flavour to use network sockets for those that need it (i.e.
running the client on a different machine to the server).

- Tweaks to pkg-readme explaining the above.
2014-10-07 22:14:17 +00:00
sthen
fe0f47689f conserver tweaks:
- setup break sequence for ipmitool in sample config
- remind people about log rotation (console logs sometimes get quite large)
2014-10-07 15:21:42 +00:00
sthen
fae0e26fbf tweak sample ipmitool line; avoid keeping the shell around 2014-10-07 14:05:02 +00:00
sthen
ceeff061d1 conserver tweaks:
- add http master site
- use correct autoconf version for 8.1.20
- install upstream's other sample configs
- actually install pkg-readme
- add sample config to work with IPMI SOL consoles using ipmitool
2014-10-07 12:51:35 +00:00
sthen
5398791b6e update to conserver 8.1.20, add more notes for upgrading users on how to
unbreak things following the uid change
2014-09-08 16:12:11 +00:00
sthen
a02cb7ca33 fix up some more things to cope with the change to running conserver as
a separate uid
2014-08-21 19:58:07 +00:00
benno
50c69717f4 run conserver as user _conserver instead of root
change maintainer to sthen@
ok sthen@
2014-07-15 13:47:26 +00:00
espie
51e3b5bd29 PERMIT_* / REGRESS->TEST sweep 2013-03-11 01:30:26 +00:00
naddy
bffe0c9da8 * bump as this will now use openpty()
* drop configure argument that doesn't exist any longer
* no need for groff
2012-12-08 14:50:40 +00:00
sthen
91faa22c52 Where a program with an rc script _requires_ a certain command line
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.

Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
fb9e2948ec Use quotes to be consistent with other rc scripts. 2010-12-11 08:05:38 +00:00
sthen
c32da50683 move to rc.d; ok jasper@ 2010-11-08 09:58:11 +00:00
jasper
295171d20a - move to pkg-readmes 2010-11-07 20:47:08 +00:00
sthen
16fb1a7783 fix a few tabtabUSE_GROFF, problem pointed out by Alexandr Shadchin 2010-10-18 21:35:47 +00:00
espie
7b7cc80d38 USE_GROFF=Yes 2010-10-18 16:52:44 +00:00
sthen
4726ceaf91 new lib_depends/revision 2010-09-03 14:39:07 +00:00
sthen
eccf1639a9 since I removed MESSAGE, UNMESSAGE should go too. package bumped.
ok pvalchev
2008-06-24 16:08:34 +00:00
sthen
29f3197b55 Update conserver to 8.1.16, which fixes some bugs, rolls in
pvalchev's strcpy->strlcpy diffs, and adds some new functionality
(see http://www.conserver.com/CHANGES for more details).
Our /etc/services now includes a definition for conserver,
so no need to mention it in the package installation message.

ok pvalchev (maintainer).
2008-06-21 11:29:25 +00:00
merdely
379afe5f60 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN
From Darrin Chandler
2007-09-16 01:37:09 +00:00
sturm
97c2dadeea fix unaligned access on sparc64
ok pval
2007-06-15 11:53:39 +00:00