summaryrefslogtreecommitdiff
path: root/sysutils/setquota/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/setquota/files')
-rw-r--r--sysutils/setquota/files/patch-Makefile18
-rw-r--r--sysutils/setquota/files/patch-printquota.c11
-rw-r--r--sysutils/setquota/files/patch-setquota.c20
3 files changed, 0 insertions, 49 deletions
diff --git a/sysutils/setquota/files/patch-Makefile b/sysutils/setquota/files/patch-Makefile
deleted file mode 100644
index 56f75ae80365..000000000000
--- a/sysutils/setquota/files/patch-Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.orig Wed Mar 12 09:32:55 1997
-+++ Makefile Sat Sep 27 18:34:27 1997
-@@ -1,10 +1,11 @@
--# $Id: Makefile,v 1.9 1997/03/12 08:32:55 winter Exp $
-+# From: $Id: Makefile,v 1.9 1997/03/12 08:32:55 winter Exp $
-
- PROG= setquota
- SRCS= printquota.c setquota.c quotatool.c
--CFLAGS+= -g -DDEBUG # -Wall -static
-+#CFLAGS+= -g -DDEBUG # -Wall -static
- MAN8= getquota.8 setquota.8
--LINKS= /usr/sbin/setquota /usr/sbin/getquota
--BINDIR= /usr/sbin
-+MANDIR= ${PREFIX}/man/man
-+LINKS= ${PREFIX}/sbin/setquota ${PREFIX}/sbin/getquota
-+BINDIR= ${PREFIX}/sbin
-
- .include <bsd.prog.mk>
diff --git a/sysutils/setquota/files/patch-printquota.c b/sysutils/setquota/files/patch-printquota.c
deleted file mode 100644
index 9657b54b3d45..000000000000
--- a/sysutils/setquota/files/patch-printquota.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
diff --git a/sysutils/setquota/files/patch-setquota.c b/sysutils/setquota/files/patch-setquota.c
deleted file mode 100644
index d50e038b8942..000000000000
--- a/sysutils/setquota/files/patch-setquota.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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