freeipa/ipa-server/ipaserver/Makefile.am
Rob Crittenden c7f3c746cc Backup system state in ipa-server-install
This patch adds a sysrestore module which allows ipa-server-install
code to backup any system state so that it can be restored again
with e.g. ipa-server-install --uninstall.

The idea is that any files ipa-server-install modifies gets backed
up to /var/cache/ipa/sysrestore/ while any "meta" state, like
whether a service is enabled with chkconfig, is saved to
/var/cache/ipa/sysrestore.state.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
2008-01-14 12:43:26 -05:00

26 lines
378 B
Makefile

NULL =
appdir = $(IPA_DATA_DIR)/ipaserver
app_PYTHON = \
__init__.py \
bindinstance.py \
dsinstance.py \
ipaldap.py \
krbinstance.py \
httpinstance.py \
ntpinstance.py \
webguiinstance.py \
service.py \
installutils.py \
replication.py \
certs.py \
sysrestore.py \
$(NULL)
EXTRA_DIST = \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in