ALT Linux Bugzilla
– Attachment 6094 Details for
Bug 30066
не отрабатывает корректно старт-останов сервиса, поддержка IPv6, etc...
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
/etc/rc.d/init.d/ddclientd
ddclientd (text/plain), 1.14 KB, created by
Denis G. Samsonenko
on 2014-05-12 18:52:11 MSK
(
hide
)
Description:
/etc/rc.d/init.d/ddclientd
Filename:
MIME Type:
Creator:
Denis G. Samsonenko
Created:
2014-05-12 18:52:11 MSK
Size:
1.14 KB
patch
obsolete
>#!/bin/sh ># $Id: sample-etc_rc.d_init.d_ddclient.redhat 2 2006-05-22 19:37:19Z wimpunk $ ># ddclientd This shell script takes care of starting and stopping ># ddclient. ># ># chkconfig: 2345 65 35 ># description: ddclient provides support for updating dynamic DNS services. > >. /etc/rc.d/init.d/functions > >SourceIfNotEmpty /etc/sysconfig/svnserve > >PIDFILE=/var/run/ddclient/ddclient.pid >LOCKFILE=/var/lock/subsys/ddclient >CHECKTIME=60 > ># See how we were called. >case "$1" in > start) > # Start daemon. > start_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --user dyndns --expect-user dyndns --displayname ddclient -- /usr/bin/perl /usr/sbin/ddclient -daemon "$CHECKTIME" || failure > ;; > stop) > # Stop daemon. > stop_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user dyndns --displayname ddclient -- /usr/bin/perl || failure > ;; > restart) > $0 stop > $0 start > ;; > condrestart) > if [ -e "$LOCKFILE" ]; then > $0 restart > fi > ;; > status) > status --pidfile "$PIDFILE" --expect-user dyndns --displayname ddclient -- /usr/bin/perl > ;; > *) > echo "Usage: ddclientd {start|stop|restart|condrestart|status}" > exit 1 >esac > >exit 0
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 Raw
Actions:
View
Attachments on
bug 30066
:
6090
|
6091
|
6092
|
6093
| 6094