View | Details | Raw Unified | Return to bug 264425 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/nomad/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
PORTNAME=	nomad
1
PORTNAME=	nomad
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.2.6
3
DISTVERSION=	1.2.6
4
PORTREVISION=	1
4
PORTREVISION=	2
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
6
7
MAINTAINER=	jhixson@FreeBSD.org
7
MAINTAINER=	jhixson@FreeBSD.org
(-)b/sysutils/nomad/files/nomad.in (-1 / +1 lines)
Lines 51-56 nomad_startprecmd() Link Here
51
51
52
	if [ ! -d ${nomad_dir} ]; then
52
	if [ ! -d ${nomad_dir} ]; then
53
		install -d -o ${nomad_user} -g ${nomad_group} ${nomad_dir}
53
		install -d -o ${nomad_user} -g ${nomad_group} ${nomad_dir}
54
		chmod 0700 ${nomad_dir}
54
	fi
55
	fi
55
	if [ "${nomad_debug}" != "NO" ]; then
56
	if [ "${nomad_debug}" != "NO" ]; then
56
		command_args="-T ${name} ${command_args}"
57
		command_args="-T ${name} ${command_args}"
57
- 

Return to bug 264425