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
F81696289: D11450.diff
Sat, Apr 20, 2:24 AM
F81691267: D11450.diff
Sat, Apr 20, 12:29 AM
F81652340: D11450.diff
Fri, Apr 19, 12:08 PM
Unknown Object (File)
Tue, Apr 9, 6:03 PM
Unknown Object (File)
Thu, Mar 28, 1:14 PM
Unknown Object (File)
Mar 7 2024, 6:27 PM
Unknown Object (File)
Mar 2 2024, 11:20 PM
Unknown Object (File)
Jan 10 2024, 7:00 AM
Subscribers

Details

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Remove wrong code from files/pkg-install.in

security/acme.sh/Makefile
45 ↗(On Diff #30324)

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 ↗(On Diff #30324)
/usr/bin/install -d -o acme -g acme -m 750 ~/acme/.acme.sh
15–17 ↗(On Diff #30324)

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

21 ↗(On Diff #30324)

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.