Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2020 12:19:21 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364010 - head/sbin/iscontrol
Message-ID:  <202008071219.077CJLbH085411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Fri Aug  7 12:19:21 2020
New Revision: 364010
URL: https://svnweb.freebsd.org/changeset/base/364010

Log:
  pkgbase: We can't easily have a package with either a - or a _
  
  Rename iscsi_legacy to iscsilegacy, having - or _ in a package name cause
  problems when we process them and generate the ucl.

Modified:
  head/sbin/iscontrol/Makefile

Modified: head/sbin/iscontrol/Makefile
==============================================================================
--- head/sbin/iscontrol/Makefile	Fri Aug  7 10:20:39 2020	(r364009)
+++ head/sbin/iscontrol/Makefile	Fri Aug  7 12:19:21 2020	(r364010)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PACKAGE=iscsi_legacy
+PACKAGE=iscsilegacy
 SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
 PROG= iscontrol
 LIBADD=	cam md



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008071219.077CJLbH085411>