diff options
author | 2005-01-04 11:52:56 +0000 | |
---|---|---|
committer | 2005-01-04 11:52:56 +0000 | |
commit | f03d08d38a83184eb8bada3218f35f2b0bd26481 (patch) | |
tree | ff6a99ec4e3f210d5e0181391e6c5dafe2bdb1ca /sys-apps/apmd/files | |
parent | python bindings patch by Martin Renold (official mailing list). http://old.ho... (diff) | |
download | historical-f03d08d38a83184eb8bada3218f35f2b0bd26481.tar.gz historical-f03d08d38a83184eb8bada3218f35f2b0bd26481.tar.bz2 historical-f03d08d38a83184eb8bada3218f35f2b0bd26481.zip |
Removed --proxy-timeout argument, fixes bug #57732.
Diffstat (limited to 'sys-apps/apmd/files')
-rw-r--r-- | sys-apps/apmd/files/apmd.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/apmd/files/apmd.confd b/sys-apps/apmd/files/apmd.confd index 383f5993f8e2..f510988c8467 100644 --- a/sys-apps/apmd/files/apmd.confd +++ b/sys-apps/apmd/files/apmd.confd @@ -1,3 +1,3 @@ # Config file for /etc/init.d/apmd -APMD_OPTS="-P /etc/apm/apmd_proxy --proxy-timeout 30" +APMD_OPTS="-P /etc/apm/apmd_proxy" |