Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2020 15:30:05 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528977 - in head/biology/linux-foldingathome: . files
Message-ID:  <202003231530.02NFU5G9033427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Mon Mar 23 15:30:05 2020
New Revision: 528977
URL: https://svnweb.freebsd.org/changeset/ports/528977

Log:
  Load appropriate Linuxulator bits automatically when starting service

Modified:
  head/biology/linux-foldingathome/Makefile
  head/biology/linux-foldingathome/files/fahclient.in

Modified: head/biology/linux-foldingathome/Makefile
==============================================================================
--- head/biology/linux-foldingathome/Makefile	Mon Mar 23 14:30:51 2020	(r528976)
+++ head/biology/linux-foldingathome/Makefile	Mon Mar 23 15:30:05 2020	(r528977)
@@ -3,6 +3,7 @@
 
 PORTNAME=	foldingathome
 DISTVERSION=	7.5.1-1
+PORTREVISION=	1
 CATEGORIES=	biology linux
 MASTER_SITES=	https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v${DISTVERSION:R}/
 PKGNAMEPREFIX=	linux-

Modified: head/biology/linux-foldingathome/files/fahclient.in
==============================================================================
--- head/biology/linux-foldingathome/files/fahclient.in	Mon Mar 23 14:30:51 2020	(r528976)
+++ head/biology/linux-foldingathome/files/fahclient.in	Mon Mar 23 15:30:05 2020	(r528977)
@@ -61,6 +61,6 @@ command_args="--config ${fahclient_config} --chdir ${f
 command_args="${command_args} --pid-file ${pidfile} --daemon"
 extra_commands="log"
 log_cmd="tail -F -- ${fahclient_logfile}"
-required_modules='linprocfs linsysfs linuxcommon'
+required_modules='linprocfs linsysfs linux64:linux64elf'
 
 run_rc_command "$1"



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