+debhelper (1.2.30) unstable; urgency=low
+
+ * dh_fixperms: cut down the number of chmod commands that are executed
+ from 3 to 1, no change in functionality.
+
+ -- Joey Hess <joeyh@master.debian.org> Mon, 1 Feb 1999 17:05:29 -0800
+
debhelper (1.2.29) unstable; urgency=high
* Do not include bogus chsh, chfn, passwd links in debhelper binary!
# this if there is nothing to exclude.
if (-d $TMP) {
doit("chown","-R","root.root",$TMP);
- doit("chmod","-R","go=rX",$TMP);
- doit("chmod","-R","u+rw",$TMP);
- doit("chmod","-R","a-s",$TMP);
+ doit("chmod","-R","go=rX,u+rw,a-s",$TMP);
}
$find_options="";
complex_doit("find $TMP ! \\( $dh{EXCLUDE_FIND} \\) -print0 \
2>/dev/null | xargs -0r chown root.root");
complex_doit("find $TMP ! \\( $dh{EXCLUDE_FIND} \\) -print0 \
- 2>/dev/null | xargs -0r chmod go=rX");
- complex_doit("find $TMP ! \\( $dh{EXCLUDE_FIND} \\) -print0 \
- 2>/dev/null | xargs -0r chmod u+rw");
- complex_doit("find $TMP ! \\( $dh{EXCLUDE_FIND} \\) -print0 \
- 2>/dev/null | xargs -0r chmod a-s");
+ 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s");
$find_options="! \\( $dh{EXCLUDE_FIND} \\)";
}
.B \-uparams, \--update-rcd-params=params
Pass "params" to
.BR update-rc.d (8)
-If not specified, "default" will be passed to
+If not specified, "defaults" will be passed to
.BR update-rc.d (8)
.TP
.B \--init-script=scriptname