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
|
. /etc/rc.status
|
||||||
|
|
||||||
CONFIG=/etc/raw
|
CONFIG=/etc/raw
|
||||||
RAW_BIN=/usr/sbin/raw
|
RAW_BIN=/sbin/raw
|
||||||
RAW_MODULE=raw
|
RAW_MODULE=raw
|
||||||
test -x $RAW_BIN || exit 5
|
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
|
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
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.13.0.1+git20071106
|
Version: 2.13.0.1+git20071106
|
||||||
Release: 1
|
Release: 4
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
||||||
Source2: nologin.c
|
Source2: nologin.c
|
||||||
@ -554,6 +554,8 @@ fi
|
|||||||
#/usr/bin/ia64
|
#/usr/bin/ia64
|
||||||
#%endif
|
#%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 20 2007 - mkoenig@suse.de
|
||||||
|
- fix raw path in init script
|
||||||
* Tue Nov 06 2007 - mkoenig@suse.de
|
* Tue Nov 06 2007 - mkoenig@suse.de
|
||||||
- update to 2.13.0.1+git20071106
|
- update to 2.13.0.1+git20071106
|
||||||
- prevent loop mounting the same file twice [#240653]
|
- prevent loop mounting the same file twice [#240653]
|
||||||
|
Loading…
Reference in New Issue
Block a user