1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Tim Bishop
3369145c11 - Use USE_RC_SUBR properly
- Use SUB_LIST/SUB_FILES rather than a bunch of seds
- Tidy whitespace in pkg-install and pkg-deinstall scripts
- Tidy up rc script and improve tests using ps

Approved by:	clement (mentor)
2006-01-09 10:30:35 +00:00
Pav Lucistnik
b04569e3fb - Use freebsd5 vendor binary for FreeBSD 5+/i386
- Remove INFO file

PR:		ports/88250
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
Approved by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-11-02 21:45:08 +00:00
Pav Lucistnik
3c2f43b35a - Update i386 to v2.9011.496
- Update amd64 to v2.9010.495
- Support flush, fetch and update commands in rc script

PR:		ports/83030
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-07-06 13:01:40 +00:00
Sergey Matveychuk
6614218c46 Improve RC scripts. The previous script didn't check if the process
was already running before attempting to start a new one (or if it
was running before stopping it). This improved version does the
necessary checks.

Pointed out by: Radim Kolar

PR:		ports/74512
Submitted by:	maintainer
2004-12-06 20:19:19 +00:00
Pav Lucistnik
fe930b4785 - Update amd64 binary to 2.9009.494
- Cosmetics in rc script

PR:		ports/73935
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-11-15 21:54:24 +00:00
Kirill Ponomarev
18d440944f Use RCNG
Minor tidyups

PR:		ports/70861
Submitted by:	maintainer
2004-08-25 09:16:16 +00:00
Pav Lucistnik
10e6e5dae2 - Give maintainership to submitter
- Turn into master slave to allow slaves of different architectures
- Remove user/group on deinstall
- Install rc script as .sample
- Various tweaks

PR:		ports/67463
Submitted by:	Tim Bishop <tim@bishnet.net>
2004-06-02 16:47:02 +00:00
Daniel Baker
73aebacf35 Create a "dnetc" user and group that owns relevant dnetc
directories, files, and runs the client.

This removes all reliance on the "nobody" account so that the account
doesn't own any files or run any processes.
2001-12-04 01:43:20 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Daniel Baker
88bbf3b646 Correct a few missed rc5des->dnetc issues from the conversion.
Fix a potential syntax error.
2000-02-27 20:07:13 +00:00
Daniel Baker
412d33cbd6 Initial import of "dnetc."
dnetc is the new line of distributed.net clients (formally in
the ports collection as misc/rc5des).
1999-12-26 22:52:33 +00:00