ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Ivanov Maxim <ivanov@amos.ru>
To: Ivanov Maxim <community@altlinux.ru>
Subject: Re[3]: [Comm] Что за файл /etc/sysconfig/dhcpd ?
Date: Fri, 20 May 2005 13:09:08 +0400
Message-ID: <937574504.20050520130908@amos.ru> (raw)
In-Reply-To: <1471863570.20050520130203@amos.ru>


И опять же:

в файле /etc/rc.d/init.d/dhcpd

легко найти такие строки:

# Source networking configuration.
SourceIfNotEmpty /etc/sysconfig/network

PIDFILE=/var/run/dhcpd.pid
CONFFILE=/etc/dhcp/dhcpd.conf
LOCKFILE=/var/lock/subsys/dhcpd

# Source config.
SourceIfNotEmpty /etc/sysconfig/dhcpd

RETVAL=0

start()
{
        is_yes "$NETWORKING" && [ -s "$CONFFILE" ] || return 0
        start_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user dhcpd -- dhcpd $DHCPDARGS
        RETVAL=$?
        return $RETVAL
}


Это про что?

_______________
С уважением,
Максим Иванов                        



  reply	other threads:[~2005-05-20  9:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-20  7:56 Ivanov Maxim
2005-05-20  8:11 ` Slava Dubrovskiy
2005-05-20  8:24   ` Re[2]: " Ivanov Maxim
2005-05-20  8:53     ` Slava Dubrovskiy
2005-05-20  9:02       ` Re[2]: " Ivanov Maxim
2005-05-20  9:09         ` Ivanov Maxim [this message]
2005-05-20  8:12 ` Ivanov Maxim
2005-05-20  8:44   ` Andriy Dobrovol's'kii
2005-05-20  8:50     ` Re[2]: " Ivanov Maxim
2005-05-20  9:06       ` Slava Dubrovskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=937574504.20050520130908@amos.ru \
    --to=ivanov@amos.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git