diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-25 23:39:27 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-25 23:39:27 +0000 |
| commit | e03cfa23b892a6b206154a00d7c76cb88fd25b2b (patch) | |
| tree | b2cc8eb23c31d0f4542b27a7cebe12a64a881c5a /busybox | |
| parent | 9a348944d213706b16546ec8e2ab6caf0b596ad6 (diff) | |
| download | alicelinux-e03cfa23b892a6b206154a00d7c76cb88fd25b2b.tar.gz alicelinux-e03cfa23b892a6b206154a00d7c76cb88fd25b2b.zip | |
Woodpecker CI a0d1243728b4d171375387b168561a07b6e1c83f [SKIP CI]
Diffstat (limited to 'busybox')
| -rw-r--r-- | busybox/.checksum | 2 | ||||
| -rwxr-xr-x | busybox/ntpd.run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/busybox/.checksum b/busybox/.checksum index 995faacb..f52553f8 100644 --- a/busybox/.checksum +++ b/busybox/.checksum @@ -15,7 +15,7 @@ e8fa37d2abb51c4d75d473b0b495b245afee37e48e80b8a4fd5b3539bc06ad68 klogd.run a8be467d592f549df6405baa7e6228fd4363c759200161222a4b23e72ebd65f2 mdev.conf 12e52732c806aaebd01f6ca9a88594d3be568eb157e44208dde64237b5cfd8af mdev.run 0e7127f64ee6760d433ceff02e3c6300c5cbf35ac0172037c68725538babd32c modprobe-kernel-version.patch -1994ec5cf74e86f662f169eb46bfabc1e401a36cf70d5b500d657c079d54595d ntpd.run +e6c26ac11e580f48a8578d6e116d0d7c293a2939e5c4d85d0a094094886850c9 ntpd.run 71446b4690cd21f8e5fddd85f6fbf70c4bfbe1998988764e572021ee674d6790 pause.1 8a3b2dc28757685ce69dd472483127d47703f4f7995395f1980745f3b1bf88b0 pause.c fd866b53f9d1ca305c15b93bc2699caaf1c930f093326bb737cc33fa2455787e print-unicode.patch diff --git a/busybox/ntpd.run b/busybox/ntpd.run index feee70b1..89c45b18 100755 --- a/busybox/ntpd.run +++ b/busybox/ntpd.run @@ -1,2 +1,2 @@ #!/bin/sh -exec busybox ntpd -n -N -p pool.ntp.org 2>&1 +exec ntpd -n -N -p pool.ntp.org 2>&1 |