summaryrefslogtreecommitdiffstats
path: root/scripts/ubuntu/breezy
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/breezy
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/breezy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ubuntu/breezy b/scripts/ubuntu/breezy
index 9ad1743..e5e575d 100644
--- a/scripts/ubuntu/breezy
+++ b/scripts/ubuntu/breezy
@@ -39,7 +39,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
setup_devices