summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorhydrajump <wave@hydrajump.com>2014-04-28 21:30:33 +0200
committerhydrajump <wave@hydrajump.com>2014-04-28 21:30:33 +0200
commitc02405850b592c99d00697b69115cd112b9592ee (patch)
treeedb3ec3c97fd0d2a7529386c7e2ccf7148673487 /debian
parent666343da22ed5232a21fd4407acd6c91eab078a8 (diff)
downloadvyatta-cfg-system-c02405850b592c99d00697b69115cd112b9592ee.tar.gz
vyatta-cfg-system-c02405850b592c99d00697b69115cd112b9592ee.zip
Remove trailing whitespace
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index 735b49ff..fde99041 100755
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -13,7 +13,7 @@ do
update-rc.d -f ${init} remove >/dev/null
done
-# remove extra call to clock setup only need one. this speeds up boot
+# remove extra call to clock setup only need one. this speeds up boot
# Mystery: why does Debian do it twice?
if [ -L /etc/rcS.d/S*hwclockfirst.sh -a -L /etc/rcS.d/S*hwclock.sh ]; then
rm /etc/rcS.d/S*hwclock.sh
@@ -89,7 +89,7 @@ if [ "$sysconfdir" != "/etc" ]; then
# Set file capabilities
sed -r -e '/^#/d' -e '/^[[:blank:]]*$/d' < $sysconfdir/filecaps | \
- while read capability path; do
+ while read capability path; do
touch -c $path
setcap $capability $path
done