Date: Mon, 16 Nov 2015 17:34:20 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201799] [new port] sysutils/racadm Message-ID: <bug-201799-13-mxre5lQNFT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201799-13@https.bugs.freebsd.org/bugzilla/> References: <bug-201799-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201799 Matthew Seaman <matthew@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |matthew@FreeBSD.org |org | CC| |matthew@FreeBSD.org --- Comment #5 from Matthew Seaman <matthew@FreeBSD.org> --- Hi, Thank you very much for submitting this port -- looks like it could be very useful to solve some iDrac related problems I've run into. I'm sorry it's been languishing in the uncommitted pile for so long, and I'll get it into the tree ASAP. Port passes 'poudriere testport' so we're mostly there. However there are a few points I noticed: * Can you add 'linux' as a secondary category please, and linux as PKGNAMEPREFIX? All linuxulator software should have this. * You've got scripts that use bash as their interpreter, but no dependency on bash. If the scripts are not too bash-centric, it would be good to tweak them into working with /bin/sh if that is possible. Otherwise, you'll need a RUN_DEPENDS on shells/bash. * Try 'USES=shebangfix' rather than manually changing the #! line for any scripts that do need to invoke /usr/local/bin/bash * You're installing some service startup scripts under ${LINUXBASE}/etc/rc.d/init.d -- are these necessary for racadm to work properly? If so, then you might consider crafting some FreeBSD rc scripts to go into /usr/local/etc/rc.d so that those services can be started up automatically at boot. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201799-13-mxre5lQNFT>