diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-09-27 22:11:44 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-09-27 22:11:44 +0000 |
commit | 14816847dcae8ba4198f05633a642e4896b8c8e5 (patch) | |
tree | 5548059667cbddcd7aa405953712517299b4c4b7 /tarball.sh | |
parent | Forgot to remove CONF_LIBDIR="" before commiting :-/ (diff) | |
download | baselayout-14816847dcae8ba4198f05633a642e4896b8c8e5.tar.gz baselayout-14816847dcae8ba4198f05633a642e4896b8c8e5.tar.bz2 baselayout-14816847dcae8ba4198f05633a642e4896b8c8e5.zip |
cvs diff: etc/conf.d/cryptfs is a new entry, no comparison available
Add the default cryptfs configuration file
init.d/checkfs | 146 +++++++++++++++++++++++++++++++-----------------------
init.d/localmount | 111 +++++++++++++++++++++++++++--------------
Minor fixes to tigger's dm-crypt stuff that resulted in some
rewriting. Don't set status in a subshell so success/failure is
preserved. Allow multi-line configuration files
ChangeLog | 9 ++-
tarball.sh | 2
Update to version 1.6.1
4 files changed, 167 insertions(+), 101 deletions(-)
svn path=/trunk/; revision=566
Diffstat (limited to 'tarball.sh')
-rwxr-xr-x | tarball.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash export TMP="/tmp" -export V="1.6.0" +export V="1.6.1" export DEST="${TMP}/rc-scripts-${V}" rm -rf ${DEST} install -d -m0755 ${DEST} |