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
F109806421: D11450.diff
Sun, Feb 9, 7:02 PM
Unknown Object (File)
Sun, Feb 9, 11:51 AM
Unknown Object (File)
Mon, Feb 3, 5:20 PM
Unknown Object (File)
Wed, Jan 22, 4:10 PM
Unknown Object (File)
Sun, Jan 19, 10:39 AM
Unknown Object (File)
Jan 2 2025, 1:45 AM
Unknown Object (File)
Dec 31 2024, 11:56 PM
Unknown Object (File)
Dec 27 2024, 5:08 PM
Subscribers

Details

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10281
Build 10699: 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
10–12
/usr/bin/install -d -o acme -g acme -m 750 ~/acme/.acme.sh
16–18

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

22

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.