Mailinglist Archive: opensuse-commit (1262 mails)

< Previous Next >
commit resmgr
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 29 Sep 2006 18:16:12 +0200 (CEST)
  • Message-id: <20060929161612.97A4271B5A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package resmgr
checked in at Fri Sep 29 18:16:12 CEST 2006.

--------
--- resmgr/resmgr.changes 2006-09-07 14:23:31.000000000 +0200
+++ /mounts/work_src_done/STABLE/resmgr/resmgr.changes 2006-09-29 11:48:38.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 29 11:48:19 CEST 2006 - lnussel@xxxxxxx
+
+- update docu
+- do not call hal-resmgr from init script anymore
+
+-------------------------------------------------------------------

Old:
----
resmgr-0.9.8_SVNr110.tar.bz2

New:
----
resmgr-0.9.8_SVNr117.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ resmgr.spec ++++++
--- /var/tmp/diff_new_pack.0s2B1o/_old 2006-09-29 18:15:31.000000000 +0200
+++ /var/tmp/diff_new_pack.0s2B1o/_new 2006-09-29 18:15:31.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package resmgr (Version 0.9.8_SVNr110)
+# spec file for package resmgr (Version 0.9.8_SVNr117)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -14,9 +14,9 @@
BuildRequires: pam-devel
License: GPL
Group: System/Daemons
-Version: 0.9.8_SVNr110
+Version: 0.9.8_SVNr117
Release: 1
-Summary: A program to allow arbitrary access to device files
+Summary: A program to track when users log in and out
Source: resmgr-%{version}.tar.bz2
Source1: resmgr.init
Source2: resmgr-doc.desktop
@@ -30,14 +30,9 @@
PreReq: %insserv_prereq %fillup_prereq

%description
-The resource manager is a framework to give user applications access to
-certain device files. The resource manager daemon can be configured to
-give certain users access to different resource classes.
-
-It supports hotplugging devices (i.e. new devices can be added to and
-removed from resource classes at run time), and it provides transparent
-access to the raw SCSI device corresponding to a CD writer or a
-scanner.
+resmgr tracks when users log in and out via PAM module. It then
+executes commands based on configurable rules according to that login
+information.



@@ -119,6 +114,9 @@
%dir /var/run/resmgr/classes

%changelog -n resmgr
+* Fri Sep 29 2006 - lnussel@xxxxxxx
+- update docu
+- do not call hal-resmgr from init script anymore
* Thu Sep 07 2006 - lnussel@xxxxxxx
- fix resmgr.h for use with C++
* Wed Sep 06 2006 - lnussel@xxxxxxx

++++++ resmgr-0.9.8_SVNr110.tar.bz2 -> resmgr-0.9.8_SVNr117.tar.bz2 ++++++
++++ 10406 lines of diff (skipped)


++++++ resmgr.init ++++++
--- resmgr/resmgr.init 2006-06-16 10:07:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/resmgr/resmgr.init 2006-09-29 11:48:17.000000000 +0200
@@ -68,11 +68,6 @@
(cd /var/run/resmgr/classes && /bin/rm -rf -- *)
startproc $RESMGR_BIN
rc_status -v
- if [ -x /usr/sbin/hal-resmgr ] && checkproc /usr/sbin/hald; then
- echo -n " hald already running, registering devices"
- /usr/sbin/hal-resmgr
- rc_status -v
- fi
fi
;;
stop)
@@ -97,7 +92,7 @@
rc_status
;;
restart)
- /sbin/resmgr dump dynamic-devices sessions grants > /var/run/resmgr.sessions 2>/dev/null
+ /sbin/resmgr dump sessions grants > /var/run/resmgr.sessions 2>/dev/null
$0 stop
$0 start
/sbin/resmgr < /var/run/resmgr.sessions > /dev/null


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread