diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-08 01:41:09 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:27:49 +0200 |
commit | 836ba18991af12dd5094a79a3777bb736857f18a (patch) | |
tree | dcd5229566aae49fdddd896827d6106344672ce9 /src/fripost-postinst-udeb/finish-install.d/07fripost | |
parent | 7f227546a8d07801898cb23530306b9190e447c5 (diff) |
wibble
Diffstat (limited to 'src/fripost-postinst-udeb/finish-install.d/07fripost')
-rwxr-xr-x | src/fripost-postinst-udeb/finish-install.d/07fripost | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fripost-postinst-udeb/finish-install.d/07fripost b/src/fripost-postinst-udeb/finish-install.d/07fripost index 9483eab..c00e617 100755 --- a/src/fripost-postinst-udeb/finish-install.d/07fripost +++ b/src/fripost-postinst-udeb/finish-install.d/07fripost @@ -172,7 +172,7 @@ cat > "$dpkg_remove" <<- EOF wamerican wbritish EOF -#XXX: the dummy package 'module-init-tools' is a dependency for 'acpid'. +# XXX: the dummy package 'module-init-tools' is a dependency for 'acpid'. #/usr/sbin/chroot /target /usr/bin/dpkg-query \ # --show --showformat='${binary:Package} ${binary:Summary}\n' \ # | sed -rn 's/^(\S+)\s.*\btransitional dummy package\b.*/\1/p' \ @@ -259,7 +259,7 @@ fi progress "Fixing permissions on home directories" db_get adduser/homedir-permission || true -# Workaround for #398802 +# XXX: Workaround for #398802 if [ "${RET:-true}" = false ]; then # Fix permissions for existing users . /target/etc/adduser.conf |