Index: head/sysutils/setquota/files/patch-ab =================================================================== --- head/sysutils/setquota/files/patch-ab (nonexistent) +++ head/sysutils/setquota/files/patch-ab (revision 68439) @@ -0,0 +1,11 @@ +--- printquota.c.orig Sun Oct 20 14:27:13 2002 ++++ printquota.c Sun Oct 20 14:27:21 2002 +@@ -109,7 +109,7 @@ + + if (now == 0) + time(&now); +-#ifdef 0 ++#if 0 + if (now > seconds) + return("none"); + seconds -= now; Property changes on: head/sysutils/setquota/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/setquota/files/patch-ac =================================================================== --- head/sysutils/setquota/files/patch-ac (nonexistent) +++ head/sysutils/setquota/files/patch-ac (revision 68439) @@ -0,0 +1,20 @@ +--- setquota.c.orig Sun Oct 20 14:27:31 2002 ++++ setquota.c Sun Oct 20 14:27:41 2002 +@@ -62,7 +62,7 @@ + qm->dq_dqb.dqb_bhardlimit = v_bh; + if (f_bs) + qm->dq_dqb.dqb_bsoftlimit = v_bs; +-#ifdef 0 ++#if 0 + if (f_bg) + qm->dq_dqb.dqb_btime = v_bg; + #endif +@@ -70,7 +70,7 @@ + qm->dq_dqb.dqb_ihardlimit = v_ih; + if (f_is) + qm->dq_dqb.dqb_isoftlimit = v_is; +-#ifdef 0 ++#if 0 + if (f_ig) + qm->dq_dqb.dqb_itime = v_ig; + #endif Property changes on: head/sysutils/setquota/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property