summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOliver Tappe2007-03-13 00:41:51 +0100
committerOliver Tappe2007-03-13 00:41:51 +0100
commit8a2981209dcbcaedd56d33b65faf6076498a972e (patch)
treef1522af368fb5b6a6da946bbce095913ed1434fc /lib
parent* moved default filters from files into the perl-modules (so no admin can fol... (diff)
downloadcore-8a2981209dcbcaedd56d33b65faf6076498a972e.tar.gz
core-8a2981209dcbcaedd56d33b65faf6076498a972e.tar.xz
core-8a2981209dcbcaedd56d33b65faf6076498a972e.zip
* added simple example file for export-filter.local
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@766 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib')
-rw-r--r--lib/distro-info/suse-10.2/export-filter.local.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/distro-info/suse-10.2/export-filter.local.example b/lib/distro-info/suse-10.2/export-filter.local.example
new file mode 100644
index 00000000..96f0d3bc
--- /dev/null
+++ b/lib/distro-info/suse-10.2/export-filter.local.example
@@ -0,0 +1,12 @@
+#add your own filters to this file and rename it to 'exclude-filter.local'
+#in order to overrule the filters provided by openslx
+#
+#Examples:
+# the following line would include anything below /var/spool/
+#+ /var/spool/*
+#
+# this would exclude anything in /etc that starts with dhcpd.conf
+#- /etc/dhcpd.conf*
+#
+# and this would exclude all rpmnew-files:
+#- *.rpmnew