[packages/molly-guard] Rel 3
arekm
arekm at pld-linux.org
Sat Mar 14 19:43:26 CET 2026
commit 378ac568a5fda3b9484bcd4b19b5e4ff1fe9ef0b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Mar 14 19:43:19 2026 +0100
Rel 3
bin_path.patch | 9 +++++----
molly-guard.spec | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/molly-guard.spec b/molly-guard.spec
index 70bab41..106763b 100644
--- a/molly-guard.spec
+++ b/molly-guard.spec
@@ -1,7 +1,7 @@
Summary: protects machines from accidental shutdowns/reboots
Name: molly-guard
Version: 0.4.5
-Release: 2
+Release: 3
License: Artistic Licence 2.0
Group: Applications/System
Source0: http://ftp.debian.org/debian/pool/main/m/molly-guard/%{name}_%{version}.orig.tar.gz
diff --git a/bin_path.patch b/bin_path.patch
index cdd56dc..34b9d28 100644
--- a/bin_path.patch
+++ b/bin_path.patch
@@ -1,8 +1,9 @@
---- molly-guard-0.4.5/Makefile.orig 2014-03-11 14:54:11.881357825 +0000
-+++ molly-guard-0.4.5/Makefile 2014-03-11 14:55:19.208022299 +0000
+diff -Nru -Nru molly-guard-0.4.5.orig/Makefile molly-guard-0.4.5/Makefile
+--- molly-guard-0.4.5.orig/Makefile 2012-02-23 22:59:43.000000000 +0000
++++ molly-guard-0.4.5/Makefile 2026-03-14 16:47:54.290433828 +0100
@@ -29,11 +29,11 @@
mkdir -m755 --parent $(DST)/share/molly-guard
- install -m755 shutdown $(DST)/share/molly-guard
+ install -m755 -oroot -oroot shutdown $(DST)/share/molly-guard
- mkdir -m755 --parent $(DST)/sbin
- ln -s ../share/molly-guard/shutdown $(DST)/sbin/poweroff
@@ -16,4 +17,4 @@
+ ln -s ../shutdown $(DST)/share/molly-guard/bin/shutdown
mkdir -m755 --parent $(ETCDIR)
- install -m644 rc $(ETCDIR)
+ install -m644 -oroot -oroot rc $(ETCDIR)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/molly-guard.git/commitdiff/378ac568a5fda3b9484bcd4b19b5e4ff1fe9ef0b
More information about the pld-cvs-commit
mailing list