mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
288d624336
At the same time, I've renamed tmpfilesd config file to static name "ipa.conf" instead of using package-specific name. It had no purpose and just complicated build and packaging. Variable substitution into configuration has to be done in Makefile and not in Autoconf as documented in: Autoconf v2.69 manual chapter 4.8.2 Installation Directory Variables: ... Most of these variables have values that rely on prefix or exec_prefix. ... Similarly, you should not rely on AC_CONFIG_FILES to replace bindir and friends in your shell scripts and other files; instead, let make manage their replacement. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
89 lines
1.4 KiB
Plaintext
89 lines
1.4 KiB
Plaintext
# In-tree build files
|
|
configure
|
|
config.h
|
|
config.h.in
|
|
Makefile
|
|
Makefile.in
|
|
.deps/
|
|
.libs/
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.trs
|
|
version.m4
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
config.guess
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
depcomp
|
|
install-sh
|
|
ltmain.sh
|
|
missing
|
|
stamp-h1
|
|
libtool
|
|
build/
|
|
compile
|
|
test-driver
|
|
|
|
# Python compilation
|
|
*.pyc
|
|
py-compile
|
|
|
|
# Developer documentation
|
|
freeipa2-dev-doc
|
|
~/doc/guide/Makefile
|
|
|
|
# Root directory
|
|
/freeipa.spec
|
|
/dist/
|
|
/*/dist/
|
|
/RELEASE
|
|
/rpmbuild/
|
|
# Build
|
|
/ipasetup.py
|
|
*.egg-info
|
|
|
|
# Subdirectories
|
|
/daemons/dnssec/ipa-dnskeysyncd.service
|
|
/daemons/dnssec/ipa-ods-exporter.service
|
|
/daemons/dnssec/ipa-ods-exporter.socket
|
|
/daemons/ipa-otpd/ipa-otpd
|
|
/daemons/ipa-otpd/ipa-otpd.socket
|
|
/daemons/ipa-otpd/ipa-otpd@.service
|
|
/daemons/ipa-version.h
|
|
/daemons/test-driver
|
|
|
|
/po/test.po
|
|
/po/test_locale/xh_ZA/LC_MESSAGES/ipa.mo
|
|
|
|
/init/ipa_memcached
|
|
/init/systemd/ipa-custodia.service
|
|
/init/systemd/ipa.service
|
|
/init/systemd/ipa_memcached.service
|
|
/init/tmpfilesd/ipa.conf
|
|
|
|
!/install/ui/doc/Makefile.in
|
|
/install/ui/release
|
|
/install/ui/css/ipa.css
|
|
/install/ui/src/dojo
|
|
/install/ui/src/build
|
|
/install/ui/src/libs/loader.js
|
|
/install/ui/src/plugins
|
|
!/install/ui/doc/Makefile
|
|
|
|
/client/ipa-getkeytab
|
|
/client/ipa-join
|
|
/client/ipa-rmkeytab
|
|
|
|
/ipapython/version.py
|
|
|
|
/ipaplatform/__init__.py
|
|
/ipaplatform/constants.py
|
|
/ipaplatform/paths.py
|
|
/ipaplatform/services.py
|
|
/ipaplatform/tasks.py
|
|
/ipaplatform/setup.py
|