[Openswan dev] disabling the ispec service in "make programs install"

Paul Wouters paul at xelerance.com
Fri Oct 22 12:09:21 EDT 2010


On Fri, 22 Oct 2010, Kevin Wilson wrote:

>  I am using openswan 2.6.29. I have noticed that, after running "make
> programs install"
> the ipsec service  is on. (This means that "chkconfig --list ipsec"
> shows that it is on in levels 2-5).
>
> I am a student, learning now the openswan code; and from time to time
> I change the code , mostly
> adding debugging messages. I want that after "make programs install"
> the service will not
> be enabled, namely that "chkconfig --list ipsec" will show that it
> disabled. I don't know much
> about Makefile and services. I would appreciate if somebody can point
> me where this is done.

We're stuck in the LSB mismatch on that one. See:
https://bugzilla.redhat.com/show_bug.cgi?id=636572

Change this line in programs/setup/setup.in:

# Default-Start:     2 3 4 5

to:

# Default-Start:

Paul


More information about the Dev mailing list