Hi,
I'm almost done updating a port. When I run portlint on it:
Is there a variable in Makefile for
And this error when I run rclint on the rc script in or the resultant script.
I took the existing rc script in from the port that I'm trying to update.
Thanks,
Tommy
I'm almost done updating a port. When I run portlint on it:
portlint
WARN: Makefile: possible use of absolute pathname "/var/run/${PORTNAME}...".
0 fatal errors and 1 warning found.
Is there a variable in Makefile for
/var/run
for PID file location? Or I should just ignore it?And this error when I run rclint on the rc script in or the resultant script.
Traceback (most recent call last):
File "/usr/local/share/rclint/rclint.py", line 501, in <module>
do_rclint(f)
File "/usr/local/share/rclint/rclint.py", line 303, in do_rclint
tmp = eval(obj)(lines, num)
File "/usr/local/share/rclint/rclint.py", line 141, in __init__
while self.value[-1] == '\\':
IndexError: string index out of range
I took the existing rc script in from the port that I'm trying to update.
Thanks,
Tommy