diff options
Diffstat (limited to 'net-mgmt/bigsister/files/patch-tools::module.pl')
-rw-r--r-- | net-mgmt/bigsister/files/patch-tools::module.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/bigsister/files/patch-tools::module.pl b/net-mgmt/bigsister/files/patch-tools::module.pl new file mode 100644 index 000000000000..61f93019caf4 --- /dev/null +++ b/net-mgmt/bigsister/files/patch-tools::module.pl @@ -0,0 +1,11 @@ +--- tools/module.pl.orig Sat Feb 28 15:03:52 2004 ++++ tools/module.pl Sat Feb 28 15:04:06 2004 +@@ -419,7 +419,7 @@ + + + sub lock_mod { +- my $lock = "$BigSister::common::fs{'var'}/module.lock"; ++ my $lock = "$BigSister::common::fs{'tmp'}/module.lock"; + my $locktmp = "$lock.$$"; + push( @tmp, $locktmp ); + my $timeout = time + 5; |