ALT Linux Bugzilla
– Attachment 1536 Details for
Bug 9770
NFS клиент за firewall: отсутствует возможность фиксации номеров портов
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
nfslock.path
nfslock.path (text/plain), 700 bytes, created by
solo
on 2006-07-11 20:20:28 MSD
(
hide
)
Description:
nfslock.path
Filename:
MIME Type:
Creator:
solo
Created:
2006-07-11 20:20:28 MSD
Size:
700 bytes
patch
obsolete
>--- /etc/init.d/nfslock.old 2005-03-07 18:07:03 +0300 >+++ /etc/init.d/nfslock 2006-07-10 15:39:42 +0400 >@@ -21,6 +21,9 @@ > > STATD=/sbin/rpc.statd > >+SourceIfNotEmpty /etc/sysconfig/nfslock >+ >+ > [ -x "$STATD" ] || exit > > PIDFILE=/var/run/rpc.statd.pid >@@ -29,7 +32,12 @@ > > start() > { >- start_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user rpcuser $STATD >+ [ -n "$STATD_PORT" ] && \ >+ STATD_OPTIONS="$STATD_OPTIONS -p $STATD_PORT" >+ [ -n "$STATD_OUTGOING_PORT" ] && \ >+ STATD_OPTIONS="$STATD_OPTIONS -o $STATD_OUTGOING_PORT" >+ >+ start_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user rpcuser $STATD $STATD_OPTIONS > RETVAL=$? > return $RETVAL > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9770
: 1536