diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-02-24 02:28:14 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-02-24 02:28:14 +0000 |
commit | a586b3050ab2327d16ef45303eea91537eb12a69 (patch) | |
tree | 731d0aa8c113bd7a0f14baa744615399dcefefbf /UPDATING | |
parent | 7f1d0e3c1c3aabb591095cb81d86676d4b777782 (diff) | |
download | ports-a586b3050ab2327d16ef45303eea91537eb12a69.tar.gz ports-a586b3050ab2327d16ef45303eea91537eb12a69.zip |
- Fix typos: rd.c -> rc.d
Noticed by: dvl@
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250250
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,9 +28,9 @@ you update your ports collection, before attempting any port upgrades. from your system before compiling Bacula 5.x, otherwise you'll encounter compilation errors. - /usr/local/etc/rd.c/bacula-dir stop - /usr/local/etc/rd.c/bacula-sd stop - /usr/local/etc/rd.c/bacula-fd stop + /usr/local/etc/rc.d/bacula-dir stop + /usr/local/etc/rc.d/bacula-sd stop + /usr/local/etc/rc.d/bacula-fd stop pkg_delete 'bacula-*' After upgrading, remember to run the database upgrade script supplied |