diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-22 23:00:58 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-22 23:00:58 (GMT) |
commit | 9221761866020715c4034db96cf002cac7758a70 (patch) | |
tree | 0c3a5415d1443bb6b10eeb58111e3bbe7d021d2a /abs/core-testing | |
parent | cb3979cd33a441ea393fd26664de7497688420d1 (diff) | |
download | linhes_pkgbuild-9221761866020715c4034db96cf002cac7758a70.zip linhes_pkgbuild-9221761866020715c4034db96cf002cac7758a70.tar.gz linhes_pkgbuild-9221761866020715c4034db96cf002cac7758a70.tar.bz2 |
linhes-config: typo in mysql chroot control
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-x | abs/core-testing/LinHES-config/mv_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/mv_install.py b/abs/core-testing/LinHES-config/mv_install.py index 1d213a9..3c3e30d 100755 --- a/abs/core-testing/LinHES-config/mv_install.py +++ b/abs/core-testing/LinHES-config/mv_install.py @@ -196,7 +196,7 @@ def mysqldb(cmd, inchroot): elif cmd == "stop": mycmd = " /etc/rc.d/mysqld stop" if inchroot == "chroot": - mycmd = " chroot %s" %mycmd + mycmd = " chroot /newboot %s" %mycmd runcmd(mycmd) |