diff options
author | reed <reed> | 2004-08-27 17:13:20 +0000 |
---|---|---|
committer | reed <reed> | 2004-08-27 17:13:20 +0000 |
commit | 97d2b947eeae3a1ec0e92af2a059e41f266eef15 (patch) | |
tree | 7d12edfeec0bd088ef17ac12159c8492501bd14e /pkgtools | |
parent | f19026f5cb2c94f5908985615fe3e6a4a234ed71 (diff) | |
download | pkgsrc-97d2b947eeae3a1ec0e92af2a059e41f266eef15.tar.gz |
Slight addition: (such as rc.d startup and shutdown scripts).
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/rcorder/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools/rcorder/DESCR b/pkgtools/rcorder/DESCR index 3c454acb60a..f9c5bcf9b3b 100644 --- a/pkgtools/rcorder/DESCR +++ b/pkgtools/rcorder/DESCR @@ -1,4 +1,4 @@ rcorder is designed to print out a dependency ordering of a set of interdependent files. Typically it is used to find an execution sequence for a set of shell scripts in which certain files must be -executed before others. +executed before others (such as rc.d startup and shutdown scripts). |