diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-01-26 22:31:23 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-01-26 22:31:23 +0000 |
| commit | ad22d0720b60a66758e5f50e1bc26bc1da8d0593 (patch) | |
| tree | 605a0a1a1a4b52152f867712c68e9c93def19021 /usr.sbin/pkg_install | |
| parent | b5def701c75d5ce9b11b4d16466ed811f7efa1c0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
| -rw-r--r-- | usr.sbin/pkg_install/add/main.c | 6 |
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 ab05713f212c2..dbee418378702 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/"; |
