This commit is contained in:
parent
8ecda30fa1
commit
cdbecc5e16
@ -17,7 +17,7 @@ Summary: HPIJS stand-alone
|
||||
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
||||
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||
Version: 2.7.10
|
||||
Release: 1
|
||||
Release: 4
|
||||
Group: Hardware/Printing
|
||||
License: BSD 3-Clause
|
||||
Url: http://hpinkjet.sourceforge.net/
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 14:29:44 CET 2007 - jsmeix@suse.de
|
||||
|
||||
- Changed rchplip (i.e. /etc/init.d/hplip):
|
||||
Added "$local_fs $remote_fs $syslog" to Required-Start
|
||||
to be on the safe side and added a line "export HOME=/tmp"
|
||||
to mitigate Novell/Suse Bugzilla bug #339443.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 14:24:27 CEST 2007 - jsmeix@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@ Summary: HP's Printing, Scanning, and Faxing Software
|
||||
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
||||
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||
Version: 2.7.10
|
||||
Release: 1
|
||||
Release: 10
|
||||
Group: Hardware/Printing
|
||||
License: BSD 3-Clause; GPL v2 or later; X11/MIT
|
||||
Url: http://hpinkjet.sourceforge.net/
|
||||
@ -357,6 +357,11 @@ exit 0
|
||||
%{_libdir}/libhpip.*
|
||||
%{_libdir}/libhpmud.*
|
||||
%changelog
|
||||
* Fri Nov 09 2007 - jsmeix@suse.de
|
||||
- Changed rchplip (i.e. /etc/init.d/hplip):
|
||||
Added "$local_fs $remote_fs $syslog" to Required-Start
|
||||
to be on the safe side and added a line "export HOME=/tmp"
|
||||
to mitigate Novell/Suse Bugzilla bug #339443.
|
||||
* Tue Oct 23 2007 - jsmeix@suse.de
|
||||
- Updated to version 2.7.10:
|
||||
New LJZjsMono printer device class for ZJStream printers.
|
||||
|
3
rchplip
3
rchplip
@ -17,7 +17,7 @@
|
||||
#
|
||||
### BEGIN INIT INFO
|
||||
# Provides: hplip
|
||||
# Required-Start:
|
||||
# Required-Start: $local_fs $remote_fs $syslog
|
||||
# Required-Stop:
|
||||
# Should-Start:
|
||||
# Should-Stop:
|
||||
@ -36,6 +36,7 @@ else
|
||||
export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
|
||||
export LC_ALL="POSIX"
|
||||
export LANG="POSIX"
|
||||
export HOME="/tmp"
|
||||
umask 022
|
||||
|
||||
daemon() {
|
||||
|
Loading…
Reference in New Issue
Block a user