diff options
author | sercari <sercari@esdebian.org> | 2010-05-13 01:00:30 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:30 +0200 |
commit | 4db9c3ab0a7f46674ba298caab2e8a125be539e4 (patch) | |
tree | de357ed5d9b3312fea4bbc12075b677511669f69 /office/dictd/README.SLACKWARE | |
parent | 139aca38935fdb1c36ae37d104ecf5e4348d605e (diff) | |
download | slackbuilds-4db9c3ab0a7f46674ba298caab2e8a125be539e4.tar.gz |
office/dictd: Added to 13.0 repository
Diffstat (limited to 'office/dictd/README.SLACKWARE')
-rw-r--r-- | office/dictd/README.SLACKWARE | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/office/dictd/README.SLACKWARE b/office/dictd/README.SLACKWARE new file mode 100644 index 0000000000..acf15f1e6e --- /dev/null +++ b/office/dictd/README.SLACKWARE @@ -0,0 +1,14 @@ +You'll need to add the following to /etc/rc.d/rc.local (and make +sure /etc/rc.d/rc.dictd is executable): + + if [ -x /etc/rc.d/rc.dictd ]; then + /etc/rc.d/rc.dictd start + fi + +You might also want to add this to /etc/rc.d/rc.local_shutdown +(create that file if it doesn't exist, and make it executable): + + if [ -x /etc/rc.d/rc.dictd ]; then + /etc/rc.d/rc.dictd stop + fi + |