CVS log for src/etc/rc.d/abi
Up to [FreeBSD] / src / etc / rc.d
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jun 22 16:19:50 2008 UTC (3 years, 7 months ago) by mtm
Branches: MAIN
CVS tags: RELENG_9_BP, RELENG_9, RELENG_8_BP, RELENG_8
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -2 lines
SVN rev 179930 on 2008-06-22 16:19:50Z by mtm Do not print anything unless at least one of the abi emulators is enabled.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 30 22:53:19 2006 UTC (5 years, 1 month ago) by yar
Branches: MAIN
CVS tags: RELENG_7_BP, RELENG_7_4_BP, RELENG_7_4, RELENG_7_3_BP, RELENG_7_3, RELENG_7_2_BP, RELENG_7_2, RELENG_7_1_BP, RELENG_7_1, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0, RELENG_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
Eliminate global symbols starting with an underscore from rc.d scripts, except for mdconfig* and jail. Such symbols are reserved for the rc.subr internals. Most scripts can be fixed by just declaring _foo symbols as local: few scripts actually need them to be global. Discussed with: dougb in freebsd-rc
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Dec 20 11:37:15 2006 UTC (5 years, 1 month ago) by yar
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Improve rc.d conformance: - don't play a needless trick with prestart, just use start method; - provide no-op stop method so that we don't get bogus "abi not running" error.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jun 21 09:53:25 2006 UTC (5 years, 7 months ago) by yar
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -7 lines
Set an example of using load_kld() from rc.subr.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 19 08:18:48 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Make sure abi (and therefore archdep) start before SERVERS as part of the ongoing re-alignment of ordering that is necessary as a result of including local scripts in the base rcorder. [1] Accomplish this by removing the BEFORE's, and using REQUIRE instead. This makes the dependencies more obvious, and less susceptible to turning circular and/or nonsensical when seemingly innocent changes are made in one place and not another. Requested by: delphij [1]
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 24 18:58:48 2006 UTC (6 years ago) by netchild
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
As a quick fix disable the update of the linux ld.so.cache file, since currently it grabs some FreeBSD native libs too. A final solution is under discussion with brooks.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 11 21:30:41 2006 UTC (6 years ago) by brooks
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -1 lines
Be a little more read-only file system friendly when running the Linux ldconfig. Build the cache in a temporary directory and only install it if it's actually different that the installed one. Also, use "cat tmp > real" to install the temporary file in the real location to allow the real location to be a symlink to a writable directory such as /var/run (where the file actually belongs). MFC After: 5 days
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 19 10:57:00 2005 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +19 -20 lines
Clear up problems with /etc/rc.d/{abi|cleanvar|cleartmp} brought
to light by the PR. Specifically, convert these three scripts
into good rc.d citizens, making sure that their functionality
is preserved, but the rc.d framework rules are not broken.
Add support for cleanvar as a regular rc.d script in the
default rc.conf, and document this in the man page.
Add a descriptive comment to rc.conf that regarding the
three emulation/compatibility services provided by abi
so users will not be confused by these services not having
their own startup scripts.
PR: conf/84574
Submitted by: Alexander Botero-Lowry
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 10 09:50:53 2004 UTC (7 years, 4 months ago) by mtm
Branches: RELENG_5
CVS tags: RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +1 -1 lines
RCS file: /home/ncvs/src/etc/rc,v
Revision 1.335: download - view: text, markup, annotated - select for diffs
Fri Oct 8 14:23:49 2004 UTC (7 years, 4 months ago) by mtm
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.334: preferred, colored
Changes since revision 1.334: +0 -1 lines
Remove an unused variable. Submitted by: Pawel Worach <pawel.worach@telia.com>
Revision 1.334: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:55:25 2004 UTC (7 years, 4 months ago) by mtm
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Remove the requirement for the FreeBSD keyword as it no longer makes any sense. Discussed with: dougb, brooks MFC after: 3 days
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:55:25 2004 UTC (7 years, 4 months ago) by mtm
Branches: MAIN
CVS tags: RELENG_6_BP, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0, RELENG_6
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Remove the requirement for the FreeBSD keyword as it no longer makes any sense. Discussed with: dougb, brooks MFC after: 3 days
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 8 12:25:05 2004 UTC (7 years, 11 months ago) by pjd
Branches: MAIN
CVS tags: RELENG_5_BP
Branch point for: RELENG_5
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Mark scripts as not usable inside a jail by adding keyword 'nojail'. Some suggestions from: rwatson, Ruben de Groot <mail25@bzerk.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 5 15:38:41 2003 UTC (8 years, 9 months ago) by mtm
Branches: MAIN
CVS tags: RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
Move securelevel further back in the boot order. Approved by: markm (mentor)(implicit) Reviewed by: dougb
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 13 22:14:36 2002 UTC (9 years, 7 months ago) by gordon
Branches: MAIN
CVS tags: RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Merge in all the changes that Mike Makonnen has been maintaining for a while. This is only the script pieces, the glue for the build comes next. Submitted by: Mike Makonnen <makonnen@pacbell.net> Reviewed by: silence on -current and -hackers Prodded by: rwatson
