Bug 187024 - databases/redis-devel proper rcvar
Summary: databases/redis-devel proper rcvar
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-25 08:10 UTC by Oleg Ginzburg
Modified: 2015-04-01 21:33 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (321 bytes, patch)
2014-02-25 08:10 UTC, Oleg Ginzburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Ginzburg 2014-02-25 08:10:00 UTC
current port installs incorrect rc.d script:

% ps axf|grep redis

% make -C /usr/ports/databases/redis-devel install

% grep redis /etc/rc.conf

% service redis start
/usr/local/etc/rc.d/redis: set_rcvar: not found
Starting redis.

% ps axf | grep redis
20488  -  Ss      0:00.00 redis-server: /usr/local/bin/redis-server *:6379 (redis-server)

Redis starts without redis_enable options

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-25 08:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-04-01 21:33:26 UTC
The fix for this issue is already in the port so I am closing this PR.