Skip to content

Commit

Permalink
Drop support for FreeBSD 4
Browse files Browse the repository at this point in the history
  • Loading branch information
janikrabe committed Apr 25, 2021
1 parent 9f53344 commit db0a975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -460,14 +460,14 @@ case "$host_os" in

*freebsd* )
case "$host_os" in
*freebsd[[1-3]].* )
AC_MSG_ERROR([cannot build on $host_os; oidentd requires FreeBSD 4.0 or newer])
*freebsd[[1-4]].* )
AC_MSG_ERROR([cannot build on $host_os; oidentd requires FreeBSD 5.0 or newer])
;;

* )
use_kmem=no
require_superuser=yes
os_src=freebsd4.c
os_src=freebsd5.c
masq_support=no
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion src/kernel/freebsd4.c → src/kernel/freebsd5.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
** freebsd4.c - Ident lookup routines for >= FreeBSD 4
** freebsd5.c - Ident lookup routines for FreeBSD >= 5
** Copyright (c) 2000-2006 Ryan McCabe <ryan@numb.org>
** Copyright (c) 2018-2019 Janik Rabe <info@janikrabe.com>
**
Expand Down

0 comments on commit db0a975

Please sign in to comment.