[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Order of Operations and Defining 2nd Run
From: |
Ed Brown |
Subject: |
Re: Order of Operations and Defining 2nd Run |
Date: |
Tue, 14 Feb 2006 16:14:34 -0700 |
On Tue, 2006-02-14 at 15:15 -0500, Brian E. Seppanen wrote:
> servicesremove.shellcommands:
> debian::
> "/usr/bin/env PATH=/sbin:/usr/sbin:/bin/:/usr/bin:/usr/local/bin
> /usr/sbin/update-rc.d -f nfs-common remove"
I think this should be:
shellcommands:
debian.servicesremove::
"...."
That should take care of the problem of the shellcommand running every
time, but not sure about the actionsequence problem. You might be able
to use 'AddInstallable' with servicesremove.
-Ed