diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-26 03:20:37 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-26 03:20:37 (GMT) |
commit | 4b8878050f176179e2f9a18047c02cde7c522c91 (patch) | |
tree | fbd737354f07789646036b4c5759002729461737 /abs/core-testing | |
parent | 8c2744ed3742d8aaf6639e5c4ec3b6e7f75c7a6a (diff) | |
download | linhes_pkgbuild-4b8878050f176179e2f9a18047c02cde7c522c91.zip linhes_pkgbuild-4b8878050f176179e2f9a18047c02cde7c522c91.tar.gz linhes_pkgbuild-4b8878050f176179e2f9a18047c02cde7c522c91.tar.bz2 |
linhes-system: mythrestore, add in some postrestore logic for sshd_config.
closes #497
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-system/bin/mythrestore | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index e667b10..e22c055 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=1.1 -pkgrel=19 +pkgrel=22 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin diff --git a/abs/core-testing/LinHES-system/bin/mythrestore b/abs/core-testing/LinHES-system/bin/mythrestore index 7fce371..76b76a3 100755 --- a/abs/core-testing/LinHES-system/bin/mythrestore +++ b/abs/core-testing/LinHES-system/bin/mythrestore @@ -86,6 +86,9 @@ fi do_db_updates do_file_updates +#post restore fixup for sshd +/usr/MythVantage/bin/systemconfig.py -m user + # Now it's more or less safe to restart the backend. start_mythbackend |