diff options
author | William Douglas <william.douglas@intel.com> | 2013-02-12 16:03:33 -0800 |
---|---|---|
committer | William Douglas <william.douglas@intel.com> | 2013-02-12 16:07:39 -0800 |
commit | 9ce960bd75e858cecdd58f412799c54e9124763b (patch) | |
tree | 5cbe526a060b9d3c552d72664de03d6fabdfdd36 | |
parent | 731c687a118487ca4eef29e4d77593b81f66b57d (diff) | |
download | corewatcher-9ce960bd75e858cecdd58f412799c54e9124763b.tar.gz corewatcher-9ce960bd75e858cecdd58f412799c54e9124763b.tar.bz2 corewatcher-9ce960bd75e858cecdd58f412799c54e9124763b.zip |
add core file limits to the correct directory for systemdsubmit/trunk/20130213.004407submit/tizen/20130509.173536submit/tizen/20130503.190610submit/tizen/20130503.184513accepted/trunk/20130221.003930accepted/tizen/20130503.223736
Signed-off-by: William Douglas <william.douglas@intel.com>
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | packaging/corewatcher.spec | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c102687..207ec88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,9 +9,9 @@ dist_corewatcherconf_DATA = \ gdb.command \ corewatcher.conf -sysctldir = $(sysconfdir)/sysctl.d +limitsdir = $(sysconfdir)/security/limits.d -dist_sysctl_DATA = 95-core.conf +dist_limits_DATA = 95-core.conf systemdunitdir = $(prefix)/lib/systemd/system dist_systemdunit_DATA = src/corewatcher.service diff --git a/packaging/corewatcher.spec b/packaging/corewatcher.spec index 258d46b..4493898 100644 --- a/packaging/corewatcher.spec +++ b/packaging/corewatcher.spec @@ -38,7 +38,7 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %manifest corewatcher.manifest %config(noreplace) %{_sysconfdir}/corewatcher/corewatcher.conf -%config(noreplace) %{_sysconfdir}/sysctl.d/95-core.conf +%config(noreplace) %{_sysconfdir}/security/limits.d/95-core.conf %{_sysconfdir}/corewatcher/gdb.command %{_sbindir}/corewatcher %exclude /usr/share/man/man8/corewatcher.8.gz |