summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/suse-11.3/export-filter.example
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-06 22:23:55 +0200
committerDirk von Suchodoletz2010-08-06 22:23:55 +0200
commit6c4b67082f204f015aadb3902df6f0ae476ebb12 (patch)
tree6428303bb3ba8646ea3f83a12f089f1d89fc0e33 /lib/distro-info/suse-11.3/export-filter.example
parentHandle the different SuSE versions ... Required because of restructured (diff)
downloadcore-6c4b67082f204f015aadb3902df6f0ae476ebb12.tar.gz
core-6c4b67082f204f015aadb3902df6f0ae476ebb12.tar.xz
core-6c4b67082f204f015aadb3902df6f0ae476ebb12.zip
For some reason the SuSE 11.3 stuff in lib was missing ...
Diffstat (limited to 'lib/distro-info/suse-11.3/export-filter.example')
-rw-r--r--lib/distro-info/suse-11.3/export-filter.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/distro-info/suse-11.3/export-filter.example b/lib/distro-info/suse-11.3/export-filter.example
new file mode 100644
index 00000000..a414fef4
--- /dev/null
+++ b/lib/distro-info/suse-11.3/export-filter.example
@@ -0,0 +1,15 @@
+# this file defines the filter rules used when exporting a vendor-OS
+# of this distro
+#
+# copy this file to 'export-filter' and add your own filters to it
+# 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