Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
1d85f8000c | |||
21c44dba79 |
@@ -129,14 +129,14 @@ show_obsolete_table() {
|
||||
|
||||
if [[ "$p" != *openrc* ]] && [[ "$p" != *runit* ]] \
|
||||
&& [[ "$p" != *s6* ]] && [[ "$p" != *suite66* ]] \
|
||||
&& [[ "$p" != *eudev* ]] && [[ "$p" != *elogind* ]] \
|
||||
&& [[ "$p" != *udev* ]] && [[ "$p" != *elogind* ]] \
|
||||
&& [[ "$p" != *sysusers* ]] && [[ "$p" != *tmpfiles* ]] \
|
||||
&& [[ "$p" != *execline* ]] && [[ "$p" != *skalibs* ]] \
|
||||
&& [[ "$p" != *netifrc* ]] && [[ "$p" != *bootlogd* ]] \
|
||||
&& [[ "$p" != *pam_rundir* ]] && [[ "$p" != *artools* ]] \
|
||||
&& [[ "$p" != *archlinux* ]] && [[ "$p" != *iso-profiles* ]] \
|
||||
&& [[ "$p" != *calamares* ]] && [[ "$p" != *iso-initcpio* ]] \
|
||||
&& [[ "$p" != *dinit* ]] && [[ "$p" != *artix* ]]; then
|
||||
&& [[ "$p" != *dinit* ]] && [[ "$p" != *artix* ]] && [[ "$p" != *blocaled* ]]; then
|
||||
if [[ ! -d "${arch_db}/$p" ]]; then
|
||||
msg_row "${tableQ}" "${artix_repo}" "$p" "true"
|
||||
fi
|
||||
|
@@ -29,6 +29,8 @@ write_services_runit_conf(){
|
||||
write_services_s6_conf(){
|
||||
local conf="$1"/services-s6.conf
|
||||
write_services_conf 'svDir' '/etc/s6/sv' 'dbDir' '/etc/s6/rc/compiled' > "$conf"
|
||||
printf '%s\n' "" >> "$conf"
|
||||
printf '%s\n' "defaultBundle: default" >> "$conf"
|
||||
}
|
||||
|
||||
write_services_suite66_conf(){
|
||||
|
Reference in New Issue
Block a user