summaryrefslogtreecommitdiff
path: root/sysutils/ruby-quota/files/patch-test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ruby-quota/files/patch-test.rb')
-rw-r--r--sysutils/ruby-quota/files/patch-test.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/ruby-quota/files/patch-test.rb b/sysutils/ruby-quota/files/patch-test.rb
new file mode 100644
index 000000000000..c730133264b4
--- /dev/null
+++ b/sysutils/ruby-quota/files/patch-test.rb
@@ -0,0 +1,12 @@
+--- test.rb.orig Sun Dec 3 22:36:02 2000
++++ test.rb Thu Jun 21 23:06:55 2001
+@@ -11,6 +11,9 @@
+ when /^SunOS/
+ $DEV = "/quotas"
+ $QUOTAS = "/quotas"
++when /BSD/
++ $DEV = "/mnt/test"
++ $QUOTAS = "/mnt/test/quota.user"
+ end
+
+ print("user id: ")