Date: Tue, 22 Aug 2006 11:17:29 +0000 (UTC) From: Florent Thoumie <flz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.subr src/etc/rc.d sshd src/share/man/man8 rc.subr.8 Message-ID: <200608221117.k7MBHT3c038494@repoman.freebsd.org>
index | next in thread | raw e-mail
flz 2006-08-22 11:17:29 UTC
FreeBSD src repository
Modified files:
etc rc.subr
etc/rc.d sshd
share/man/man8 rc.subr.8
Log:
Backout this commit since it breaks startup and some scripts in
certain conditions. I haven't been able to find a better solution yet:
- Set a two read-only variables (${prefix} and ${etcdir}). This is
especially useful when using /etc/rc.d scripts with third-party
software installed from ports.
- Fix rc.d/sshd to work with openssh from ports using ${etcdir}
instead of hardcoded /etc.
- Reflect prefix/etcdir changes in rc.subr.8.
src/etc/rc.d/sshd: rev 1.9 -> 1.10
src/etc/rc.subr: rev 1.51 -> 1.52
src/share/man/man8/rc.subr.8: rev 1.11 -> 1.12
Approved by: cperciva (mentor)
Revision Changes Path
1.12 +16 -17 src/etc/rc.d/sshd
1.68 +5 -30 src/etc/rc.subr
1.16 +4 -30 src/share/man/man8/rc.subr.8
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608221117.k7MBHT3c038494>
