Skip to content

Commit

Permalink
moved /usr/libexec/sdwdate/sclockadj.c -> usr/src/sdwdate/sclockadj.c
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jun 12, 2023
1 parent ab24515 commit 76cf8e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/libexec/sdwdate/sdwdate-pre
Expand Up @@ -13,4 +13,4 @@ set -x
## 'adduser' is a debianism.
adduser sdwdate systemd-journal || true

gcc /usr/libexec/sdwdate/sclockadj.c -o /usr/libexec/sdwdate/sclockadj -ldl -D_GNU_SOURCE -Wdate-time -D_FORTIFY_SOURCE=3 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now
gcc /usr/src/sdwdate/sclockadj.c -o /usr/libexec/sdwdate/sclockadj -ldl -D_GNU_SOURCE -Wdate-time -D_FORTIFY_SOURCE=3 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now
File renamed without changes.

0 comments on commit 76cf8e9

Please sign in to comment.