# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../zeroinstall/no-fstab-mod.patch # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- We can not touch the sandbox fstab - a postinstall script must do this. - Rene Rebe --- zero-install-0.1.27/Makefile.in.vanilla 2006-10-21 18:51:51.000000000 +0000 +++ zero-install-0.1.27/Makefile.in 2006-10-21 18:52:30.000000000 +0000 @@ -545,17 +545,8 @@ [ -d /uri/0install ] || mkdir /uri/0install [ -d /var/cache/zero-inst ] || mkdir -m 0755 /var/cache/zero-inst chown "${HELPER_USER}" /var/cache/zero-inst - @echo - @echo Updating ${FSTAB}... - echo "lazyfs /uri/0install lazyfs@LAZYFS_VERSION@ /var/cache/zero-inst 0 0" >> ${FSTAB} - @echo - @echo Stopping any previous version... - @${initddir}/0install stop 2>/dev/null || echo "(not yet running)" - @[ ! -L /uri/0install/.lazyfs-cache ] || umount -l /uri/0install uninstall-real: - grep -v "^lazyfs[ ]*/uri" "${FSTAB}" > "${FSTAB}.new" && \ - mv "${FSTAB}.new" "${FSTAB}" 0install: 0install.in config.status sed "s:\@zero-install\@:${sbindir}/zero-install:" $(srcdir)/0install.in | \