summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-01-26 22:31:23 +0000
committerbillf <billf@FreeBSD.org>1999-01-26 22:31:23 +0000
commite70e84fac51fc140421b20cc93c802b107546f04 (patch)
tree1e89004582877b061701aa2a79ffb484717fb558 /usr.sbin/pkg_install
parent75fe60034807b67c8bd364940bcd0bc2837763e2 (diff)
downloadFreeBSD-src-e70e84fac51fc140421b20cc93c802b107546f04.zip
FreeBSD-src-e70e84fac51fc140421b20cc93c802b107546f04.tar.gz
Numbering typo, missed a '0'
Submitted by: Brian Feldman
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/add/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index ab05713..dbee418 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.20 1999/01/18 03:54:17 billf Exp $";
+ "$Id: main.c,v 1.21 1999/01/25 21:08:13 billf Exp $";
#endif
/*
@@ -192,9 +192,9 @@ getpackagesite(char binform[1024])
if (reldate == 300005)
return "i386/packages-3.0/";
- else if (30004 > reldate && reldate >= 300000)
+ else if (300004 > reldate && reldate >= 300000)
return "i386/packages-3.0-aout/Latest/" ;
- else if (30004 < reldate)
+ else if (300004 < reldate)
return !strcmp(binform, "elf") ? "i386/packages-3-stable/Latest/" :
"i386/packages-3.0-aout/Latest/";
OpenPOWER on IntegriCloud