forked from pool/util-linux
This commit is contained in:
parent
e68493f4c1
commit
e9fb73928e
2
raw.init
2
raw.init
@ -21,7 +21,7 @@
|
||||
. /etc/rc.status
|
||||
|
||||
CONFIG=/etc/raw
|
||||
RAW_BIN=/usr/sbin/raw
|
||||
RAW_BIN=/sbin/raw
|
||||
RAW_MODULE=raw
|
||||
test -x $RAW_BIN || exit 5
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 17:49:35 CET 2007 - mkoenig@suse.de
|
||||
|
||||
- fix raw path in init script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 16:11:02 CET 2007 - mkoenig@suse.de
|
||||
|
||||
|
@ -21,7 +21,7 @@ License: BSD 3-Clause; GPL v2 or later
|
||||
Group: System/Base
|
||||
AutoReqProv: on
|
||||
Version: 2.13.0.1+git20071106
|
||||
Release: 1
|
||||
Release: 4
|
||||
Summary: A collection of basic system utilities
|
||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
||||
Source2: nologin.c
|
||||
@ -554,6 +554,8 @@ fi
|
||||
#/usr/bin/ia64
|
||||
#%endif
|
||||
%changelog
|
||||
* Tue Nov 20 2007 - mkoenig@suse.de
|
||||
- fix raw path in init script
|
||||
* Tue Nov 06 2007 - mkoenig@suse.de
|
||||
- update to 2.13.0.1+git20071106
|
||||
- prevent loop mounting the same file twice [#240653]
|
||||
|
Loading…
Reference in New Issue
Block a user