OpenBSD CVS

CVS log for src/etc/rc.d/Attic/sendmail


[BACK] Up to [local] / src / etc / rc.d

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7, Mon Aug 17 05:22:53 2015 UTC (8 years, 9 months ago) by jsg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
FILE REMOVED

sendmail in ports has it's own rc.d file no need to keep this one
ok jca@ aja@

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 10 15:00:02 2012 UTC (11 years, 11 months ago) by halex
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

fix regexp in pexp

ok robert@

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 20 22:27:30 2012 UTC (12 years, 4 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Fix pexp for sendmail; it can be "sendmail: rejecting" as well as accepting.
From danh@, ok aja@ giovanni@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 12 05:40:55 2011 UTC (12 years, 11 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

use a better regexp provided by guenther@

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 7 05:15:45 2011 UTC (12 years, 11 months ago) by robert
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

use the "official" pexp, from antoine@

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 7 05:00:19 2011 UTC (12 years, 11 months ago) by robert
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1 (colored)

sendmail stalls for at least a minute if it cannot resolve or connect
to the machine's hostname either because there is a network problem
or because /etc/hosts is wrong. while trying to resolve it also does
not change it's process name so let's cope with that in the rc script

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 6 18:55:36 2011 UTC (12 years, 11 months ago) by robert
Branch: MAIN

Add rc.d(8) script for the system daemons that are restartable.
From now on rc(8) is going to call these scripts to start them up on boot
in the same order than before.
In addition the inetd and rwhod variables in rc.conf are deprecated so that
inetd_flags and rwhod_flags should be used. The old flags are still going
to be used for some time to allow users to switch.
There are more rc modifications to come later so let's put this in so
we can base more work on this.
It is important to mention that you can still keep using rc.local just
like the way you did before, and we have no intention to remove that either.

I'd also like to thank ajacoutot@, halex@, sthen@ and schwarze@ for working
on this with me.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.