Skip to content

Commit

Permalink
Revert "[DEB] fsckd daemon for inter-fsckd communication"
Browse files Browse the repository at this point in the history
This reverts commit 2afe3ef.

It uses a dropped function init_gettext(). The function has been dropped
since commit cd333b0 "locale-util: drop unused init_gettext()". So,
revert this debian patch.

https://phabricator.endlessm.com/T35070
  • Loading branch information
starnight committed Mar 19, 2024
1 parent 8b89923 commit cf2b097
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 910 deletions.
1 change: 0 additions & 1 deletion man/rules/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@ manpages = [
'8',
['systemd-fsck', 'systemd-fsck-root.service', 'systemd-fsck-usr.service'],
''],
['systemd-fsckd.service', '8', ['systemd-fsckd.socket', 'systemd-fsckd'], ''],
['systemd-fstab-generator', '8', [], ''],
['systemd-getty-generator', '8', [], ''],
['systemd-gpt-auto-generator', '8', [], 'HAVE_BLKID'],
Expand Down
162 changes: 0 additions & 162 deletions man/systemd-fsckd.service.xml

This file was deleted.

11 changes: 0 additions & 11 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3793,17 +3793,6 @@ executable(
install : true,
install_dir : rootlibexecdir)

executable(
'systemd-fsckd',
'src/fsckd/fsckd.c',
include_directories : includes,
link_with : [libshared],
dependencies : [userspace,
versiondep],
install_rpath : rootpkglibdir,
install : true,
install_dir : rootlibexecdir)

executable(
'systemd-sleep',
'src/sleep/sleep.c',
Expand Down
1 change: 0 additions & 1 deletion po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ src/portable/org.freedesktop.portable1.policy
src/resolve/org.freedesktop.resolve1.policy
src/timedate/org.freedesktop.timedate1.policy
src/core/dbus-unit.c
src/fsckd/fsckd.c
Loading

0 comments on commit cf2b097

Please sign in to comment.