summaryrefslogtreecommitdiff
path: root/sysutils/ruby-quota/files/patch-test.rb
blob: c730133264b4e32f410d4937cfbf7b719e413e26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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: ")