initial pass at removing bsd and code related to using bsd nodes
This commit is contained in:
parent
4858151d7c
commit
bc1e3e70c9
62 changed files with 720 additions and 18008 deletions
|
@ -24,15 +24,7 @@ dist-hook:
|
|||
rm -rf $(distdir)/xen/.svn
|
||||
|
||||
# install startup scripts based on --with-startup=option configure option
|
||||
# FreeBSD, init.d (default), systemd, SUSE
|
||||
if WANT_BSD
|
||||
startupdir = /usr/local/etc/rc.d
|
||||
startup_SCRIPTS = core-daemon
|
||||
|
||||
core-daemon: core-daemon-rc.d
|
||||
cp $< $@
|
||||
else
|
||||
|
||||
# init.d (default), systemd, SUSE
|
||||
if WANT_INITD
|
||||
startupdir = /etc/init.d
|
||||
startup_SCRIPTS = core-daemon
|
||||
|
@ -51,8 +43,6 @@ startup_SCRIPTS = core-daemon
|
|||
core-daemon: core-daemon-init.d-SUSE
|
||||
cp $< $@
|
||||
endif
|
||||
# endif FreeBSD
|
||||
endif
|
||||
|
||||
# remove extra scripts and their directories if they are empty
|
||||
uninstall-hook:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue