diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-04-17 13:23:21 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-04-17 13:23:21 -0700 |
commit | 753b0cb5ca7e273d24d51333e238bde3e150e5ee (patch) | |
tree | f6555da2e5b83cec7b06da0fd7800e75f07214ba /templates-cfg/system/conntrack/modules/nfs | |
parent | cc7d0c96369980eeda4c01fca1035dca4636243a (diff) | |
download | vyatta-conntrack-753b0cb5ca7e273d24d51333e238bde3e150e5ee.tar.gz vyatta-conntrack-753b0cb5ca7e273d24d51333e238bde3e150e5ee.zip |
fix help strings
Diffstat (limited to 'templates-cfg/system/conntrack/modules/nfs')
-rw-r--r-- | templates-cfg/system/conntrack/modules/nfs/enable/node.def | 2 | ||||
-rw-r--r-- | templates-cfg/system/conntrack/modules/nfs/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates-cfg/system/conntrack/modules/nfs/enable/node.def b/templates-cfg/system/conntrack/modules/nfs/enable/node.def index 130dd7f..3d07321 100644 --- a/templates-cfg/system/conntrack/modules/nfs/enable/node.def +++ b/templates-cfg/system/conntrack/modules/nfs/enable/node.def @@ -1,4 +1,4 @@ -help: enable nfs +help: enable NFS protocol connection tracking helper create:expression: "touch /tmp/vyatta-conntrack-sync" diff --git a/templates-cfg/system/conntrack/modules/nfs/node.def b/templates-cfg/system/conntrack/modules/nfs/node.def index ae4837a..3d1fb34 100644 --- a/templates-cfg/system/conntrack/modules/nfs/node.def +++ b/templates-cfg/system/conntrack/modules/nfs/node.def @@ -1 +1 @@ -help: enable NFS helper +help: NFS protocol connection tracking helper settting |