]> TLD Linux GIT Repositories - packages/rc-scripts.git/commitdiff
- fix ugly typo master
authorMarcin Krol <hawk@tld-linux.org>
Sun, 7 Jul 2024 20:58:48 +0000 (22:58 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 7 Jul 2024 20:58:48 +0000 (22:58 +0200)
cosmetics.patch [new file with mode: 0644]
rc-scripts.spec

diff --git a/cosmetics.patch b/cosmetics.patch
new file mode 100644 (file)
index 0000000..d59ce82
--- /dev/null
@@ -0,0 +1,12 @@
+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
index ffc8cfb1f461c3461ca667e3fddc0a9ab5c5ff74..792e681950ee330c5dc633b0fe5f234edc310ca6 100644 (file)
@@ -8,11 +8,12 @@ Summary(pl.UTF-8):    inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr.UTF-8):     inittab ve /etc/rc.d dosyaları
 Name:          rc-scripts
 Version:       0.5.4
 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
 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
 URL:           https://git.tld-linux.org/?p=rc-scripts.git
 BuildRequires: autoconf
 BuildRequires: automake
@@ -124,6 +125,7 @@ po cichu ignorowane.
 
 %prep
 %setup -q
 
 %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"
 
 # 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"