[Pkg-xfce-commits] r766 - in desktop/trunk: exo/debian orage/debian
xfce-mcs-plugins/debian xfce4-mixer/debian xfce4-utils/debian
xfdesktop4/debian xfwm4/debian
Yves-Alexis Perez
corsac-guest at costa.debian.org
Sat Jul 22 11:16:03 UTC 2006
Author: corsac-guest
Date: 2006-07-22 11:16:02 +0000 (Sat, 22 Jul 2006)
New Revision: 766
Modified:
desktop/trunk/exo/debian/libexo-0.3-0.postinst
desktop/trunk/orage/debian/postinst
desktop/trunk/xfce-mcs-plugins/debian/postinst
desktop/trunk/xfce4-mixer/debian/postinst
desktop/trunk/xfce4-utils/debian/postinst
desktop/trunk/xfdesktop4/debian/postinst
desktop/trunk/xfwm4/debian/postinst
Log:
use /bin/kill instead of kill to fix bashism
Modified: desktop/trunk/exo/debian/libexo-0.3-0.postinst
===================================================================
--- desktop/trunk/exo/debian/libexo-0.3-0.postinst 2006-07-22 11:11:20 UTC (rev 765)
+++ desktop/trunk/exo/debian/libexo-0.3-0.postinst 2006-07-22 11:16:02 UTC (rev 766)
@@ -4,7 +4,7 @@
# Get xfce-mcs-manager to reinit
#Hurd doesnt have pkill so we use another way
#pkill -USR1 -f xfce-mcs-manager || true
- kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
+ /bin/kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
fi
#DEBHELPER#
Modified: desktop/trunk/orage/debian/postinst
===================================================================
--- desktop/trunk/orage/debian/postinst 2006-07-22 11:11:20 UTC (rev 765)
+++ desktop/trunk/orage/debian/postinst 2006-07-22 11:16:02 UTC (rev 766)
@@ -2,7 +2,7 @@
if [ "$1" = "configure" ]; then
# Get xfce-mcs-manager to reinit
- kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
+ /bin/kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
fi
Modified: desktop/trunk/xfce-mcs-plugins/debian/postinst
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/postinst 2006-07-22 11:11:20 UTC (rev 765)
+++ desktop/trunk/xfce-mcs-plugins/debian/postinst 2006-07-22 11:16:02 UTC (rev 766)
@@ -4,7 +4,7 @@
# Get xfce-mcs-manager to reinit
# hurd doesnt have procps so we do it another way
#pkill -USR1 -f xfce-mcs-manager || true
- kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
+ /bin/kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
fi
Modified: desktop/trunk/xfce4-mixer/debian/postinst
===================================================================
--- desktop/trunk/xfce4-mixer/debian/postinst 2006-07-22 11:11:20 UTC (rev 765)
+++ desktop/trunk/xfce4-mixer/debian/postinst 2006-07-22 11:16:02 UTC (rev 766)
@@ -4,7 +4,7 @@
# Get xfce-mcs-manager to reinit
# hurd doesnt have procps so we do that another way
#pkill -USR1 -f xfce-mcs-manager || true
- kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
+ /bin/kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
fi
Modified: desktop/trunk/xfce4-utils/debian/postinst
===================================================================
--- desktop/trunk/xfce4-utils/debian/postinst 2006-07-22 11:11:20 UTC (rev 765)
+++ desktop/trunk/xfce4-utils/debian/postinst 2006-07-22 11:16:02 UTC (rev 766)
@@ -4,7 +4,7 @@
# Get xfce-mcs-manager to reinit
# hurd doesnt have procps so we do it another way
#pkill -USR1 -f xfce-mcs-manager || true
- kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
+ /bin/kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
fi
#DEBHELPER#
Modified: desktop/trunk/xfdesktop4/debian/postinst
===================================================================
--- desktop/trunk/xfdesktop4/debian/postinst 2006-07-22 11:11:20 UTC (rev 765)
+++ desktop/trunk/xfdesktop4/debian/postinst 2006-07-22 11:16:02 UTC (rev 766)
@@ -13,7 +13,7 @@
# Get xfce-mcs-manager to reinit
# hurd doesnt have procps so we do it another way
#pkill -USR1 -f xfce-mcs-manager || true
- kill -USR1 `pidof xfce-mcs-manager` > /dev/null 2>&1|| true
+ /bin/kill -USR1 `pidof xfce-mcs-manager` > /dev/null 2>&1|| true
fi
Modified: desktop/trunk/xfwm4/debian/postinst
===================================================================
--- desktop/trunk/xfwm4/debian/postinst 2006-07-22 11:11:20 UTC (rev 765)
+++ desktop/trunk/xfwm4/debian/postinst 2006-07-22 11:16:02 UTC (rev 766)
@@ -11,7 +11,7 @@
# Get xfce-mcs-manager to reinit
# hurd doesnt have procps so we do it another way
#pkill -USR1 -f xfce-mcs-manager || true
- kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
+ /bin/kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
fi
More information about the Pkg-xfce-commits
mailing list