diff options
-rw-r--r-- | experimental/.gitkeep | 1 | ||||
-rw-r--r-- | experimental/ntp/APKBUILD (renamed from user/ntp/APKBUILD) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/experimental/.gitkeep b/experimental/.gitkeep new file mode 100644 index 000000000..af4af3f21 --- /dev/null +++ b/experimental/.gitkeep @@ -0,0 +1 @@ +This is a git placeholder file.
\ No newline at end of file diff --git a/user/ntp/APKBUILD b/experimental/ntp/APKBUILD index a5410b4c9..b389caf47 100644 --- a/user/ntp/APKBUILD +++ b/experimental/ntp/APKBUILD @@ -1,6 +1,7 @@ # Contributor: Dan Theisen <djt@hxx.in> # Maintainer: Dan Theisen <djt@hxx.in> # TODO: split oneoff client packages to subpackage, add openrc subpackage, add sample config with no listeners +# Notes: This package fails to build on multiple architectures, also autokey is nonstandard and uses weak cryptography pkgname=ntp pkgver=4.2.8p11 pkgrel=0 |