--- /dev/null
+diff -ur rc-scripts-0.5.4.orig/rc.d/rc.shutdown rc-scripts-0.5.4/rc.d/rc.shutdown
+--- rc-scripts-0.5.4.orig/rc.d/rc.shutdown 2024-05-21 22:06:13.000000000 +0200
++++ rc-scripts-0.5.4/rc.d/rc.shutdown 2024-07-07 22:56:03.990467056 +0200
+@@ -92,7 +92,7 @@
+ fi
+ done
+
+- show "Unmounting remainging file systems"; busy
++ show "Unmounting remaining file systems"; busy
+ ERRORS=$(umount -a $force -t noproc,nosysfs,notmpfs,nodevpts,nodevtmpfs 2>&1); rc=$
+
+ # we might had unmounted /usr, recheck $TPUT availability
Summary(tr.UTF-8): inittab ve /etc/rc.d dosyaları
Name: rc-scripts
Version: 0.5.4
-Release: 1
+Release: 2
License: GPL v2
Group: Base
Source0: %{name}-%{version}.tar.gz
# Source0-md5: 67e8af74740cc3589257faf026f1ac23
+Patch0: cosmetics.patch
URL: https://git.tld-linux.org/?p=rc-scripts.git
BuildRequires: autoconf
BuildRequires: automake
%prep
%setup -q
+%patch0 -p1
# hack, currently this results in errno@@GLIBC_PRIVATE symbol in ppp-watch:
#GLIB_LIBS="-Wl,-static `$PKG_CONFIG --libs --static glib-2.0` -Wl,-Bdynamic"