Page MenuHomeFreeBSD

Create default dirs and symlink to dnsapi scripts
ClosedPublic

Authored by dvl on Jul 2 2017, 4:19 PM.
Tags
None
Referenced Files
F172750989: D11450.id30324.diff
Sun, Sep 20, 6:05 PM
F172748350: D11450.diff
Sun, Sep 20, 5:37 PM
F172743248: D11450.id30383.diff
Sun, Sep 20, 4:43 PM
F172742724: D11450.id30376.diff
Sun, Sep 20, 4:40 PM
F172741710: D11450.id30323.diff
Sun, Sep 20, 4:31 PM
Unknown Object (File)
Sat, Sep 19, 7:29 PM
Unknown Object (File)
Fri, Sep 18, 10:26 PM
Unknown Object (File)
Wed, Sep 9, 1:21 PM
Subscribers

Details

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10256
Build 10674: arc lint + arc unit

Event Timeline

Remove wrong code from files/pkg-install.in

security/acme.sh/Makefile
45

You cannot put sample files in there. You have to move them somewhere else, like EXAMPLESDIR.

newsyslog.conf has:

<include> /usr/local/etc/newsyslog.conf.d/*

So all the files in there are always used. If you put a .sample file, it will be used.

Also, the file should probably be named acme.sh, and not the very long name you have now.

security/acme.sh/files/pkg-install.in
9–11
/usr/bin/install -d -o acme -g acme -m 750 ~/acme/.acme.sh
15–17

/usr/bin/install -d -o acme -g acme -m 750 ~/acme/certs

21

I would use %%EXAMPLESDIR%% directly here, no real need to create a variable.

This revision was automatically updated to reflect the committed changes.
dvl marked 4 inline comments as done.