summaryrefslogtreecommitdiffstats
path: root/scripts/ubuntu/edgy
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-03-06 11:39:35 (GMT)
committerColin Watson <cjwatson@debian.org>2008-03-06 11:39:35 (GMT)
commitd1dad6a6c16ef016565d9a2ce7a0397e469b0ab8 (patch)
tree3725ddbbccd70896f44b849db2a9bfc1244bab88 /scripts/ubuntu/edgy
parent4434a5e47ad1b53cec50068d60b19454ef8b96dc (diff)
downloaddebootstrap-d1dad6a6c16ef016565d9a2ce7a0397e469b0ab8.zip
debootstrap-d1dad6a6c16ef016565d9a2ce7a0397e469b0ab8.tar.gz
debootstrap-d1dad6a6c16ef016565d9a2ce7a0397e469b0ab8.tar.bz2
* Use 'chown 0:0' in all scripts rather than deprecated 'chown 0.0'.
r51751
Diffstat (limited to '')
-rw-r--r--scripts/ubuntu/edgy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ubuntu/edgy b/scripts/ubuntu/edgy
index 0237487..0e8cd5d 100644
--- a/scripts/ubuntu/edgy
+++ b/scripts/ubuntu/edgy
@@ -52,7 +52,7 @@ first_stage_install () {
setup_etc
if [ ! -e "$TARGET/etc/fstab" ]; then
echo '# UNCONFIGURED FSTAB FOR BASE SYSTEM' > "$TARGET/etc/fstab"
- chown 0.0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
+ chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
fi
if doing_variant fakechroot; then