diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-26 07:38:52 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-26 07:38:52 +0800 |
| commit | a0d1243728b4d171375387b168561a07b6e1c83f (patch) | |
| tree | cd9cdcb5d3d4c304f50ac7d16bacbe5672618063 /repos/core/busybox | |
| parent | e4bf8271be45598172db7947840ed98db83f3d0f (diff) | |
| download | alicelinux-a0d1243728b4d171375387b168561a07b6e1c83f.tar.gz alicelinux-a0d1243728b4d171375387b168561a07b6e1c83f.zip | |
busybox: fixed ntpd service
Diffstat (limited to 'repos/core/busybox')
| -rw-r--r-- | repos/core/busybox/.checksum | 2 | ||||
| -rwxr-xr-x | repos/core/busybox/ntpd.run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/core/busybox/.checksum b/repos/core/busybox/.checksum index 995faacb..f52553f8 100644 --- a/repos/core/busybox/.checksum +++ b/repos/core/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/repos/core/busybox/ntpd.run b/repos/core/busybox/ntpd.run index feee70b1..89c45b18 100755 --- a/repos/core/busybox/ntpd.run +++ b/repos/core/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 |