Skip to content
Dee'Kej edited this page May 16, 2018 · 41 revisions

As part of the cleanup efforts in initscripts package, there are several files that should be either completely removed (because they are no longer relavant, etc.), or moved to different (and more relevant) packages.

Many of the files end up in initscripts before, because they were needed for Fedora distribution, and nobody cared much about where they should really belong. If we want to move forward with our plans for initscripts, we need to solve these files first.

Another reason to make this change is to remove some dependencies of other packages on initscripts. Preferably, we would like to get to a point in the future, where the initscripts package could be uninstalled for the users that wish to do so (on their own risk).

Since not all of the files might have a good package candiate where they should be moved, we expect to create a new package for Fedora/RHEL, where files like it should live. The work name for this package should be randc (read random crap) for now.

Files to be removed completely

Files to be moved into different packages:

  • adjtime - this will be moved into util-linux, because it is needed only by hwclock (part of util-linux)

  • lang.sh | lang.csh - these should be moved into setup package (see fedora-devel mailing list why we still need it in Fedora) - NOTE: We should check other distros about how they deal with locale issues.

  • networks - this should be moved into setup package, and it's man page should be added as well

  • src/sushell - we are waiting for a word from SELinux guys, if is still needed or if we can just drop. If it is still needed, then this should be moved into selinux package.

  • src/rename_device.c | udev/rules.d/60-net.rules - this is still needed for network devices renaming. After the rename_device.c has been converted into shell script we should move it into the setup package.

  • systemd/fedora-domainname | systemd/system/fedora-domainname.service - Unless there's another tool / application / service depending on NIS domain being set, then this should be moved into SSSD/FreeIPA package that relies on it. A mail thread has been started on fedora-devel. If something else require this service, then we will probably move this into setup package.

  • src/usernetctl.c | src/usernetctl.c - these will be moved into a new separate (sub)package called network-scripts

Clone this wiki locally