Bug 223245

Summary: sysutils/immortal: fix rc warning and move sample file
Product: Ports & Packages Reporter: Jimmy Olgeni <olgeni>
Component: Individual Port(s)Assignee: Jimmy Olgeni <olgeni>
Status: Closed FIXED    
Severity: Affects Only Me CC: nbari
Priority: --- Keywords: patch-ready
Version: LatestFlags: olgeni: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update patch none

Description Jimmy Olgeni freebsd_committer freebsd_triage 2017-10-25 22:27:18 UTC
Created attachment 187475 [details]
Update patch

A couple of things:

- Initialize immortaldir_enable in startup script to avoid warnings
- Move www.yml.sample to EXAMPLESDIR so it will not be in the way of actually used files

(poudriere OK)
Comment 1 nbari 2017-10-26 23:50:01 UTC
Hi Jimmy, many thanks for the fixes :-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-10-27 10:40:21 UTC
A commit references this bug:

Author: olgeni
Date: Fri Oct 27 10:39:40 UTC 2017
New revision: 452970
URL: https://svnweb.freebsd.org/changeset/ports/452970

Log:
  sysutils/immortal:

  - Initialize immortaldir_enable in startup script to avoid warnings.

  - Move www.yml.sample to EXAMPLESDIR so it will not be in the way of actually
    used files.

  PR:		223245
  Submitted by:	olgeni
  Approved by:	maintainer

Changes:
  head/sysutils/immortal/Makefile
  head/sysutils/immortal/files/immortaldir.in
  head/sysutils/immortal/pkg-plist
Comment 3 Jimmy Olgeni freebsd_committer freebsd_triage 2017-10-27 10:42:23 UTC
Thanks! :)