diff options
author | James Meyer <james.meyer@operamail.com> | 2012-10-11 20:24:39 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-10-11 20:24:39 (GMT) |
commit | e83fd39aaf786af16e20717fd2b6259347d43201 (patch) | |
tree | 0f0b1b0f676ae2e81cb22016cd08e0d3f670ca3b | |
parent | 56894c6c513d4b60091b5ac65a1afc8f4dff85d5 (diff) | |
download | linhes_pkgbuild-e83fd39aaf786af16e20717fd2b6259347d43201.zip linhes_pkgbuild-e83fd39aaf786af16e20717fd2b6259347d43201.tar.gz linhes_pkgbuild-e83fd39aaf786af16e20717fd2b6259347d43201.tar.bz2 |
LinHES-config: mv_config change nfs options to match mythtv docs
-rwxr-xr-x | abs/core/LinHES-config/PKGBUILD | 6 | ||||
-rwxr-xr-x | abs/core/LinHES-config/mv_config.py | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index 28aa79e..4764868 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -127,7 +127,7 @@ build() { } md5sums=('59e18e35359bebcd9d639c5e5b5d290d' 'f33e1a6f7985091b8d47cbaf7433f90f' - 'cb1f9d7a3438219048a679be87217f46' + '17677b9e25b8fe3511ad3a139ed91eea' '2596460462cf6c889cf8f95485537b20' '985891a43f7c4c983eb2a362162f1a0f' 'fda01259a4bc74d83c9092d338bd247a' @@ -137,7 +137,7 @@ md5sums=('59e18e35359bebcd9d639c5e5b5d290d' '2a7f3b34e522acfd08283b86c8926aba' '36f5017e25c200354a954b17819aa1b2' '689b01f7636e09b2f9657c6ce6006ee7' - '54d68963d5560489dd9e642a7c600540' + 'fbaf92ebba3f4ef266d078c7cca08045' 'a6faa20d905e2fd92ce79acab044b759' '8ba06c2ce6129371548cc360ccca27f8' '5f890ea9bda6aef652d2560ca19dac07' @@ -150,7 +150,7 @@ md5sums=('59e18e35359bebcd9d639c5e5b5d290d' 'af6b3c5ec0d974b3e19ff1ed50662ee5' 'cbc7cb10bde9a133e16fb63df6242f29' 'b845de3e05c1734cce4b9ac5e8f1baaf' - 'e869e2c72212881db1e4fa40b116efe5' + 'a971121bc0b447d3b525778e73985c40' '8b7dce4a3a0a281fa6656aa8781a648e' '2934fd80277e4598856f3171ccef9bfd' '824e49d9b01fed295c704ab68908b464' diff --git a/abs/core/LinHES-config/mv_config.py b/abs/core/LinHES-config/mv_config.py index 6c0744d..ca63a34 100755 --- a/abs/core/LinHES-config/mv_config.py +++ b/abs/core/LinHES-config/mv_config.py @@ -16,7 +16,7 @@ share_exclude_dir=['mysql','srv'] SG_MAP_AUTONFS_SKIP=['media/tv','media/video','media/video_stuff'] MAP_AUTONFS_SKIP=['lost+found','media','backup'] -nfs_options="rsize=16384,wsize=16384,intr" +nfs_options="hard,intr,actimeo=0" |