diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-01-05 16:28:31 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-01-05 16:28:31 -0500 |
commit | fe868e1d9d6fafc323356ab3422a00d415756e6b (patch) | |
tree | 24dd0891559e47479808e2dc9a171ecb6b77dcf2 /tmp | |
parent | cf42de70c84632bcee5d6d545b1242f14a73c618 (diff) | |
download | pfsense-fe868e1d9d6fafc323356ab3422a00d415756e6b.zip pfsense-fe868e1d9d6fafc323356ab3422a00d415756e6b.tar.gz |
Revert "Swoop through and stop any packages prior to upgrade. Ticket #1156"
This reverts commit cf42de70c84632bcee5d6d545b1242f14a73c618.
Diffstat (limited to 'tmp')
-rw-r--r-- | tmp/pre_upgrade_command | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tmp/pre_upgrade_command b/tmp/pre_upgrade_command index 5cad8b5..3eabc5f 100644 --- a/tmp/pre_upgrade_command +++ b/tmp/pre_upgrade_command @@ -2,11 +2,6 @@ /etc/rc.conf_mount_rw -# Stop any packages prior to upgrade -for FILE in /usr/local/etc/rc.d/*.sh; do - $FILE stop -done - # Record the previous version PRIOR_VERSION=`uname -r | cut -d'.' -f1` echo $PRIOR_VERSION > /tmp/pre_upgrade_version |