ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] Помогите со скриптом.
  2005-03-25 12:29 [Comm] Помогите со скриптом Dolgov OV
@ 2005-03-25 10:45 ` Nick S. Grechukh
  2005-03-25 13:27   ` Dolgov OV
  0 siblings, 1 reply; 4+ messages in thread
From: Nick S. Grechukh @ 2005-03-25 10:45 UTC (permalink / raw)
  To: community

On Fri, Mar 25, 2005 at 02:29:59PM +0200, Dolgov OV wrote:
> Заблудился я в bash :-\
> 
> Как записать в скрипте следующее условие:
> 
> Если есть /var/run/ppp0.pid 
> 	то выполнить postfix flush ; fetchmail ; exit 0
> в противном случае
> pppd .... (позвонить в общем).
if [ -f /var/run/ppp0.pid ]; then
	postfix flush; fetchmail; exit 0;
else
	pppd .... (позвонить в общем);
fi



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Comm] Помогите со скриптом.
@ 2005-03-25 12:29 Dolgov OV
  2005-03-25 10:45 ` Nick S. Grechukh
  0 siblings, 1 reply; 4+ messages in thread
From: Dolgov OV @ 2005-03-25 12:29 UTC (permalink / raw)
  To: community

Заблудился я в bash :-\

Как записать в скрипте следующее условие:

Если есть /var/run/ppp0.pid 
	то выполнить postfix flush ; fetchmail ; exit 0
в противном случае
pppd .... (позвонить в общем).

Заранее благодарен.

-- 
С наилучшими,
Олег Долгов
<dov AT media-link DOT info>
Registered Linux user #315454


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] Помогите со скриптом.
  2005-03-25 10:45 ` Nick S. Grechukh
@ 2005-03-25 13:27   ` Dolgov OV
  2005-03-26  4:21     ` Pyatnitskich Evgeniy
  0 siblings, 1 reply; 4+ messages in thread
From: Dolgov OV @ 2005-03-25 13:27 UTC (permalink / raw)
  To: community

On Fri, 25 Mar 2005 12:45:08 +0200  Nick S. Grechukh wrote:
> > Если есть /var/run/ppp0.pid 
> > 	то выполнить postfix flush ; fetchmail ; exit 0
> > в противном случае
> > pppd .... (позвонить в общем).
> if [ -f /var/run/ppp0.pid ]; then
> 	postfix flush; fetchmail; exit 0;
> else
> 	pppd .... (позвонить в общем);
> fi

Спасибо.

-- 
С наилучшими,
Олег Долгов
<dov AT media-link DOT info>
Registered Linux user #315454


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] Помогите со скриптом.
  2005-03-25 13:27   ` Dolgov OV
@ 2005-03-26  4:21     ` Pyatnitskich Evgeniy
  0 siblings, 0 replies; 4+ messages in thread
From: Pyatnitskich Evgeniy @ 2005-03-26  4:21 UTC (permalink / raw)
  To: community

On Fri, Mar 25, 2005 at 15:27:01 +0200
Dolgov OV wrote:

> On Fri, 25 Mar 2005 12:45:08 +0200  Nick S. Grechukh wrote:
> > > Если есть /var/run/ppp0.pid 
> > > 	то выполнить postfix flush ; fetchmail ; exit 0
> > > в противном случае
> > > pppd .... (позвонить в общем).
> > if [ -f /var/run/ppp0.pid ]; then
> > 	postfix flush; fetchmail; exit 0;
> > else
> > 	pppd .... (позвонить в общем);
> > fi
> 
> Спасибо.

Тоже делал такое. На всякий случай предупреждаю, что выполнение
postfix flush не означает немедленной отправки почты. :)

-- 
  -- Regards, P.E.M. <pem at nm dot ru>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-03-26  4:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-25 12:29 [Comm] Помогите со скриптом Dolgov OV
2005-03-25 10:45 ` Nick S. Grechukh
2005-03-25 13:27   ` Dolgov OV
2005-03-26  4:21     ` Pyatnitskich Evgeniy

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