diff options
| author | Truong Q. Nguyen <Tony.Q.Nguyen@oracle.com> | 2010-07-16 13:05:06 -0700 |
|---|---|---|
| committer | Truong Q. Nguyen <Tony.Q.Nguyen@oracle.com> | 2010-07-16 13:05:06 -0700 |
| commit | 6f7d61cdf37e55c737a1ecb01bf5b8453f55c7d1 (patch) | |
| tree | c11bfc2adb4708229c76967e228c908dedf92f7f /usr/src/cmd/ipf | |
| parent | a2b1d4fbb85525bff34187316a8ac58745dc963d (diff) | |
| download | illumos-joyent-6f7d61cdf37e55c737a1ecb01bf5b8453f55c7d1.tar.gz | |
6959722 ipfilter service timeouts in osol_141 and onward.
Diffstat (limited to 'usr/src/cmd/ipf')
| -rw-r--r-- | usr/src/cmd/ipf/svc/ipfilter.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/cmd/ipf/svc/ipfilter.xml b/usr/src/cmd/ipf/svc/ipfilter.xml index ce266ee9ef..4729deb085 100644 --- a/usr/src/cmd/ipf/svc/ipfilter.xml +++ b/usr/src/cmd/ipf/svc/ipfilter.xml @@ -1,8 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> <!-- - Copyright 2010 Sun Microsystems, Inc. All rights reserved. - Use is subject to license terms. + Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. CDDL HEADER START @@ -90,14 +89,14 @@ type='method' name='start' exec='/lib/svc/method/ipfilter %m' - timeout_seconds='30' > + timeout_seconds='120' > </exec_method> <exec_method type='method' name='refresh' exec='/lib/svc/method/ipfilter reload' - timeout_seconds='30' > + timeout_seconds='120' > </exec_method> <instance name='default' enabled='false'> |
