diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2008-10-27 01:05:09 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2008-10-27 01:05:09 +0000 |
| commit | 02c7950097f6329ec0b2e4db41bc22260bbbbc20 (patch) | |
| tree | 56bc25e80560e5149af35b29cc200fd8a072c7b7 | |
| parent | 11722a8c11fd3f56e32d115ddc687e8c0e3f9682 (diff) | |
Notes
| -rw-r--r-- | etc/rc.subr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.subr b/etc/rc.subr index 724bc6a38839..19f9eda3dc80 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -913,6 +913,7 @@ run_rc_script() else ( trap "echo Script $_file interrupted; kill -QUIT $$" 3 trap "echo Script $_file interrupted; exit 1" 2 + trap "echo Script $_file running" 29 set $_arg; . $_file ) fi fi |
