oinkmaster: Delete remnants

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-05-05 16:22:51 +00:00
parent 6872503574
commit 5b1299f717
3 changed files with 0 additions and 318 deletions

View File

@@ -1,14 +0,0 @@
diff -Naur oinkmaster-2.0.org/oinkmaster.pl oinkmaster-2.0/oinkmaster.pl
--- oinkmaster-2.0.org/oinkmaster.pl 2007-04-20 05:20:32.000000000 +0200
+++ oinkmaster-2.0/oinkmaster.pl 2013-07-15 16:46:40.000000000 +0200
@@ -1159,6 +1159,10 @@
}
}
+ # hack for community-ruleset.
+ if (-d "$dir/community-rules") {
+ move("$dir/community-rules","$dir/$rules_dir");
+ }
# Make sure that non-empty rules directory existed in archive.
# We permit empty rules directory if min_files is set to 0 though.
clean_exit("$url: no \"$rules_dir\" directory found in tar file.")

View File

@@ -1,12 +0,0 @@
diff -Naur org/oinkmaster.conf new/oinkmaster.conf
--- org/oinkmaster.conf 2008-10-25 18:53:30.000000000 +0200
+++ new/oinkmaster.conf 2009-12-07 20:21:15.000000000 +0100
@@ -117,7 +117,7 @@
# TMPDIR or TEMPDIR, or otherwise use "/tmp" if none of them was set.
# Example for UNIX.
-# tmpdir = /home/oinkmaster/tmp/
+tmpdir = /var/tmp/
# Example if running native Win32 or Cygwin.
# tmpdir = c:\tmp