[Lunar-commits] <moonbase> procps: really fix Unknown HZ value error message
Florin Braescu
florin at lunar-linux.org
Sat Oct 9 17:21:12 CEST 2010
commit 7fcb6d7f3e04c24ebdd4d0918d6db67e8f0c34b6
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Oct 9 18:21:12 2010 +0300
procps: really fix Unknown HZ value error message
Thanks to brebs for the submission.
---
utils/procps/BUILD | 17 +++++++++--------
utils/procps/DETAILS | 13 +++++++++----
zbeta/systemd/POST_INSTALL | 3 +++
3 files changed, 21 insertions(+), 12 deletions(-)
diff --git a/utils/procps/BUILD b/utils/procps/BUILD
index 10db073..81e1713 100644
--- a/utils/procps/BUILD
+++ b/utils/procps/BUILD
@@ -1,19 +1,20 @@
(
- patch_it $SOURCE2 1 &&
+ patch_it $SOURCE2 1 &&
+ patch_it $SOURCE3 1 &&
# Fix for make 3.82
- sedit "s;*/module.mk;proc/module.mk ps/module.mk;" Makefile &&
- sedit "s/\/usr\/bin/\/bin/g" Makefile &&
- make CFLAGS="$CFLAGS" PKG_CFLAGS="-W" &&
+ sedit "s;*/module.mk;proc/module.mk ps/module.mk;" Makefile &&
+ sedit "s/\/usr\/bin/\/bin/g" Makefile &&
+ make CFLAGS="$CFLAGS" PKG_CFLAGS="-W" &&
- prepare_install &&
- make -e XSCPT='' DESTDIR=/ install &&
+ prepare_install &&
+ make -e XSCPT='' DESTDIR=/ install &&
if [ -e /etc/init.d/sysctl.sh ]; then
- rm -f /etc/init.d/sysctl.sh &&
+ rm -f /etc/init.d/sysctl.sh &&
rm -f /etc/rcS.d/S99sysctl
- fi &&
+ fi &&
cp $SCRIPT_DIRECTORY/init.d/sysctl /etc/init.d &&
ln -sf ../init.d/sysctl /etc/rcS.d/S99sysctl &&
diff --git a/utils/procps/DETAILS b/utils/procps/DETAILS
index cbe8114..805acec 100644
--- a/utils/procps/DETAILS
+++ b/utils/procps/DETAILS
@@ -1,14 +1,19 @@
MODULE=procps
VERSION=3.2.8
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=procps_fix_unknown_hz-30_sysctl_7numbers.patch
+ SOURCE2=$MODULE-$VERSION-init_Linux_version-before-init_libproc.patch.bz2
+ SOURCE3=$MODULE-$VERSION-ps-cgroup.patch.bz2
SOURCE_URL=http://procps.sourceforge.net
- SOURCE2_URL=$PATCH_URL/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:a0c86790569dec26b5d9037e8868ca907acc9829
+ SOURCE2_VFY=sha1:6506d8e4d3fe9de126317f379ef7aba3273d7498
+ SOURCE3_VFY=sha1:8efc80151fbccde834113ef774260b9cfad950e9
WEB_SITE=http://procps.sourceforge.net
ENTERED=20010922
- UPDATED=20101004
- SHORT="contains utilities to report the state of the box"
+ UPDATED=20101009
+ SHORT="Contains utilities to report the state of the box"
+
cat << EOF
procps is a package of utilities which report on the state of the system,
including the states of running processes, amount of memory available and
diff --git a/zbeta/systemd/POST_INSTALL b/zbeta/systemd/POST_INSTALL
new file mode 100644
index 0000000..2cd9fac
--- /dev/null
+++ b/zbeta/systemd/POST_INSTALL
@@ -0,0 +1,3 @@
+lin -c udev
+lin -c dbus
+
More information about the Lunar-commits
mailing list