Author: jurij-guest Date: Thu Oct 12 16:14:02 2006 New Revision: 7602 Added: people/jurij/ipw3945-daemon/debian/README.Debian
Log: Add README.Debian too. Added: people/jurij/ipw3945-daemon/debian/README.Debian ============================================================================== --- (empty file) +++ people/jurij/ipw3945-daemon/debian/README.Debian Thu Oct 12 16:14:02 2006 @@ -0,0 +1,23 @@ +In Debian the ipw3945 daemon is setup to run as non-root user, which +will be created during installation of the package. To operate +successfully, daemon needs access to some files in /sys directory tree, +namely /sys/bus/pci/drivers/ipw3945/*/cmd. The init script +/etc/init.d/ipw3945-daemon will correctly set the permissions and +ownership for these entries each time before starting the daemon. The +following variables in /etc/default/ipw3945-daemon file may be used to +control the behaviour of the init script (default values are shown): + +DAEMON_RUN='yes' + Run the daemon? Will disable it if set to anything other + than 'yes'. +DAEMON_BINARY='/sbin/ipw3945d' + The location of the daemon binary +DAEMON_OWNER='Debian-ipw3945d:Debian-ipw3945d' + User and group id the daemon will run under. If you change that, + you have to make sure that the specified user/group has sufficient + permission to write the process id (PID) file specified by + DAEMON_PID variable +SYS_CMD_PERM='744' + Permissions for the entries in /sys tree. +DAEMON_PID='/var/run/ipw3945d.pid' + Location of the daemon's process id (PID) file. _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

