# /etc/init.d/ipsec start * Starting IPSec ... /usr/sbin/ipsec: unknown IPsec command `setup' (`ipsec --help' for list) [ !! ] # ipsec --help Usage: ipsec command argument ... where command is one of: addconn auto barf eroute ikeping klipsdebug look newhostkey pf_key pluto ranbits rsasigkey secrets showdefaults showhostkey showpolicy spi spigrp tncfg verify whack Most of these have their own manual pages, e.g. ipsec_auto(8). See also <http://www.freeswan.org> or the ipsec(8) manual page. # The 'setup' program is missing from /usr/libexec/ipsec; hence the above error. From openswan-2.6.23 Changelog: [...] * The init script was mistakenly installed twice, once as 'setup' [Paul/Harald] [...] Anyway, one easy way is to add setup back to the programs/setup/Makefile. Please see the attached patch. Reproducible: Always
Created attachment 204071 [details, diff] re-add setup to Makefile
Fixed in 2.6.23-r1, thanks!