diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-26 22:14:47 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-26 22:14:47 -0500 |
commit | 084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33 (patch) | |
tree | 6ff23af38ad44ff7557ea9bea02efce4bc4c87c4 /social | |
parent | 26af2632a5b31ae948e3d5b453c4a22dd64c6bb6 (diff) |
(scripted) fix file permission breakage introduced in commit d62bd1
I did this with this command:
git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \
| tr '\n' ' ' | sed 's/diff --git/\n&/g' \
| sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \
| bash
The first line finds all of the file-permission changes in the commit.
The second line squashes some newlines to get one line per file. This line
is in the format:
diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE
The third line extracts the values from those lines and transforms the line
into:
chmod FILE ./OLDMODE
The fourth line (obviously) just executes the output.
Diffstat (limited to 'social')
87 files changed, 0 insertions, 0 deletions
diff --git a/social/ahcpd/PKGBUILD b/social/ahcpd/PKGBUILD index a2f1e336f..a2f1e336f 100755..100644 --- a/social/ahcpd/PKGBUILD +++ b/social/ahcpd/PKGBUILD diff --git a/social/asterisk/PKGBUILD b/social/asterisk/PKGBUILD index 896d5bacf..896d5bacf 100755..100644 --- a/social/asterisk/PKGBUILD +++ b/social/asterisk/PKGBUILD diff --git a/social/asterisk/asterisk b/social/asterisk/asterisk index f823caefc..f823caefc 100755..100644 --- a/social/asterisk/asterisk +++ b/social/asterisk/asterisk diff --git a/social/asterisk/asterisk.install b/social/asterisk/asterisk.install index 1a3b998b7..1a3b998b7 100755..100644 --- a/social/asterisk/asterisk.install +++ b/social/asterisk/asterisk.install diff --git a/social/asterisk/asterisk.logrotated b/social/asterisk/asterisk.logrotated index f03d0acd3..f03d0acd3 100755..100644 --- a/social/asterisk/asterisk.logrotated +++ b/social/asterisk/asterisk.logrotated diff --git a/social/batctl/PKGBUILD b/social/batctl/PKGBUILD index b64c46ef0..b64c46ef0 100755..100644 --- a/social/batctl/PKGBUILD +++ b/social/batctl/PKGBUILD diff --git a/social/bip/PKGBUILD b/social/bip/PKGBUILD index fcb0ddcfe..fcb0ddcfe 100755..100644 --- a/social/bip/PKGBUILD +++ b/social/bip/PKGBUILD diff --git a/social/bitcoin-daemon/PKGBUILD b/social/bitcoin-daemon/PKGBUILD index ddc5ac0ab..ddc5ac0ab 100755..100644 --- a/social/bitcoin-daemon/PKGBUILD +++ b/social/bitcoin-daemon/PKGBUILD diff --git a/social/bitcoin-daemon/bitcoin-daemon.install b/social/bitcoin-daemon/bitcoin-daemon.install index 5b2ffec92..5b2ffec92 100755..100644 --- a/social/bitcoin-daemon/bitcoin-daemon.install +++ b/social/bitcoin-daemon/bitcoin-daemon.install diff --git a/social/bitcoin-daemon/makefile.parabola b/social/bitcoin-daemon/makefile.parabola index 984750982..984750982 100755..100644 --- a/social/bitcoin-daemon/makefile.parabola +++ b/social/bitcoin-daemon/makefile.parabola diff --git a/social/bitcoin-daemon/rc.bitcoind b/social/bitcoin-daemon/rc.bitcoind index be09251d1..be09251d1 100755..100644 --- a/social/bitcoin-daemon/rc.bitcoind +++ b/social/bitcoin-daemon/rc.bitcoind diff --git a/social/bitcoin/PKGBUILD b/social/bitcoin/PKGBUILD index 64810db4b..64810db4b 100755..100644 --- a/social/bitcoin/PKGBUILD +++ b/social/bitcoin/PKGBUILD diff --git a/social/bitcoin/bitcoin.desktop b/social/bitcoin/bitcoin.desktop index f27429060..f27429060 100755..100644 --- a/social/bitcoin/bitcoin.desktop +++ b/social/bitcoin/bitcoin.desktop diff --git a/social/diaspora-git/PKGBUILD b/social/diaspora-git/PKGBUILD index 3c241473b..3c241473b 100755..100644 --- a/social/diaspora-git/PKGBUILD +++ b/social/diaspora-git/PKGBUILD diff --git a/social/diaspora-git/diaspora.bashrc b/social/diaspora-git/diaspora.bashrc index b694ca0b0..b694ca0b0 100755..100644 --- a/social/diaspora-git/diaspora.bashrc +++ b/social/diaspora-git/diaspora.bashrc diff --git a/social/diaspora-git/diaspora.bin b/social/diaspora-git/diaspora.bin index dfd0d026f..dfd0d026f 100755..100644 --- a/social/diaspora-git/diaspora.bin +++ b/social/diaspora-git/diaspora.bin diff --git a/social/diaspora-git/diaspora.install b/social/diaspora-git/diaspora.install index 7833be058..7833be058 100755..100644 --- a/social/diaspora-git/diaspora.install +++ b/social/diaspora-git/diaspora.install diff --git a/social/diaspora-git/diaspora.logrotate b/social/diaspora-git/diaspora.logrotate index bb5564a79..bb5564a79 100755..100644 --- a/social/diaspora-git/diaspora.logrotate +++ b/social/diaspora-git/diaspora.logrotate diff --git a/social/diaspora-git/diaspora.pam b/social/diaspora-git/diaspora.pam index 53724d1f8..53724d1f8 100755..100644 --- a/social/diaspora-git/diaspora.pam +++ b/social/diaspora-git/diaspora.pam diff --git a/social/diaspora-git/diaspora.rc b/social/diaspora-git/diaspora.rc index 8464f3947..8464f3947 100755..100644 --- a/social/diaspora-git/diaspora.rc +++ b/social/diaspora-git/diaspora.rc diff --git a/social/dropbear/PKGBUILD b/social/dropbear/PKGBUILD index 2df24cb15..2df24cb15 100755..100644 --- a/social/dropbear/PKGBUILD +++ b/social/dropbear/PKGBUILD diff --git a/social/dropbear/dropbear-conf.d b/social/dropbear/dropbear-conf.d index 6f3b8f0c5..6f3b8f0c5 100755..100644 --- a/social/dropbear/dropbear-conf.d +++ b/social/dropbear/dropbear-conf.d diff --git a/social/dropbear/dropbear-rc.d b/social/dropbear/dropbear-rc.d index 011880b3b..011880b3b 100755..100644 --- a/social/dropbear/dropbear-rc.d +++ b/social/dropbear/dropbear-rc.d diff --git a/social/facter/PKGBUILD b/social/facter/PKGBUILD index 877572abb..877572abb 100755..100644 --- a/social/facter/PKGBUILD +++ b/social/facter/PKGBUILD diff --git a/social/ffingerd/PKGBUILD b/social/ffingerd/PKGBUILD index 4e312232b..4e312232b 100755..100644 --- a/social/ffingerd/PKGBUILD +++ b/social/ffingerd/PKGBUILD diff --git a/social/ffingerd/finger.xinetd b/social/ffingerd/finger.xinetd index 36cd303b4..36cd303b4 100755..100644 --- a/social/ffingerd/finger.xinetd +++ b/social/ffingerd/finger.xinetd diff --git a/social/gnuhealth/PKGBUILD b/social/gnuhealth/PKGBUILD index 10d059d4a..10d059d4a 100755..100644 --- a/social/gnuhealth/PKGBUILD +++ b/social/gnuhealth/PKGBUILD diff --git a/social/haveged/PKGBUILD b/social/haveged/PKGBUILD index b5f2e680a..b5f2e680a 100755..100644 --- a/social/haveged/PKGBUILD +++ b/social/haveged/PKGBUILD diff --git a/social/haveged/haveged b/social/haveged/haveged index c0e13b40d..c0e13b40d 100755..100644 --- a/social/haveged/haveged +++ b/social/haveged/haveged diff --git a/social/hunspell-pt-br/.directory b/social/hunspell-pt-br/.directory index dcad2ff51..dcad2ff51 100755..100644 --- a/social/hunspell-pt-br/.directory +++ b/social/hunspell-pt-br/.directory diff --git a/social/hunspell-pt-br/PKGBUILD b/social/hunspell-pt-br/PKGBUILD index 35e1dc887..35e1dc887 100755..100644 --- a/social/hunspell-pt-br/PKGBUILD +++ b/social/hunspell-pt-br/PKGBUILD diff --git a/social/inadyn-opendns/PKGBUILD b/social/inadyn-opendns/PKGBUILD index 75e8dc1ae..75e8dc1ae 100755..100644 --- a/social/inadyn-opendns/PKGBUILD +++ b/social/inadyn-opendns/PKGBUILD diff --git a/social/inadyn-opendns/inadyn-opendns.install b/social/inadyn-opendns/inadyn-opendns.install index e1a842430..e1a842430 100755..100644 --- a/social/inadyn-opendns/inadyn-opendns.install +++ b/social/inadyn-opendns/inadyn-opendns.install diff --git a/social/inadyn-opendns/inadyn.rc-script b/social/inadyn-opendns/inadyn.rc-script index 2ee29d59e..2ee29d59e 100755..100644 --- a/social/inadyn-opendns/inadyn.rc-script +++ b/social/inadyn-opendns/inadyn.rc-script diff --git a/social/liblockfile/PKGBUILD b/social/liblockfile/PKGBUILD index e3428763c..e3428763c 100755..100644 --- a/social/liblockfile/PKGBUILD +++ b/social/liblockfile/PKGBUILD diff --git a/social/libowfat/PKGBUILD b/social/libowfat/PKGBUILD index ea43adfab..ea43adfab 100755..100644 --- a/social/libowfat/PKGBUILD +++ b/social/libowfat/PKGBUILD diff --git a/social/libowfat/libowfat.install b/social/libowfat/libowfat.install index a08aef10c..a08aef10c 100755..100644 --- a/social/libowfat/libowfat.install +++ b/social/libowfat/libowfat.install diff --git a/social/libpurple-minimal/PKGBUILD b/social/libpurple-minimal/PKGBUILD index b0adfd46d..b0adfd46d 100755..100644 --- a/social/libpurple-minimal/PKGBUILD +++ b/social/libpurple-minimal/PKGBUILD diff --git a/social/lockfile-progs/PKGBUILD b/social/lockfile-progs/PKGBUILD index 57d833952..57d833952 100755..100644 --- a/social/lockfile-progs/PKGBUILD +++ b/social/lockfile-progs/PKGBUILD diff --git a/social/monkeysphere/PKGBUILD b/social/monkeysphere/PKGBUILD index 3c5c590b8..3c5c590b8 100755..100644 --- a/social/monkeysphere/PKGBUILD +++ b/social/monkeysphere/PKGBUILD diff --git a/social/monkeysphere/monkeysphere.install b/social/monkeysphere/monkeysphere.install index 2013f9f41..2013f9f41 100755..100644 --- a/social/monkeysphere/monkeysphere.install +++ b/social/monkeysphere/monkeysphere.install diff --git a/social/olsrd/PKGBUILD b/social/olsrd/PKGBUILD index dea029844..dea029844 100755..100644 --- a/social/olsrd/PKGBUILD +++ b/social/olsrd/PKGBUILD diff --git a/social/openswan/PKGBUILD b/social/openswan/PKGBUILD index b60ca8401..b60ca8401 100755..100644 --- a/social/openswan/PKGBUILD +++ b/social/openswan/PKGBUILD diff --git a/social/openswan/compile.patch b/social/openswan/compile.patch index 8ddff67f2..8ddff67f2 100755..100644 --- a/social/openswan/compile.patch +++ b/social/openswan/compile.patch diff --git a/social/opentracker/PKGBUILD b/social/opentracker/PKGBUILD index f328607e7..f328607e7 100755..100644 --- a/social/opentracker/PKGBUILD +++ b/social/opentracker/PKGBUILD diff --git a/social/opentracker/license.txt b/social/opentracker/license.txt index ff1bb40f5..ff1bb40f5 100755..100644 --- a/social/opentracker/license.txt +++ b/social/opentracker/license.txt diff --git a/social/poco/PKGBUILD b/social/poco/PKGBUILD index be15eea8a..be15eea8a 100755..100644 --- a/social/poco/PKGBUILD +++ b/social/poco/PKGBUILD diff --git a/social/puppet/PKGBUILD b/social/puppet/PKGBUILD index 10338bea0..10338bea0 100755..100644 --- a/social/puppet/PKGBUILD +++ b/social/puppet/PKGBUILD diff --git a/social/puppet/puppet.conf b/social/puppet/puppet.conf index 169f28b3b..169f28b3b 100755..100644 --- a/social/puppet/puppet.conf +++ b/social/puppet/puppet.conf diff --git a/social/puppet/puppet.install b/social/puppet/puppet.install index 928df566b..928df566b 100755..100644 --- a/social/puppet/puppet.install +++ b/social/puppet/puppet.install diff --git a/social/python-relatorio/PKGBUILD b/social/python-relatorio/PKGBUILD index 6255eeee5..6255eeee5 100755..100644 --- a/social/python-relatorio/PKGBUILD +++ b/social/python-relatorio/PKGBUILD diff --git a/social/python2-cheetah/Changelog b/social/python2-cheetah/Changelog index 9acc7834a..9acc7834a 100755..100644 --- a/social/python2-cheetah/Changelog +++ b/social/python2-cheetah/Changelog diff --git a/social/python2-cheetah/PKGBUILD b/social/python2-cheetah/PKGBUILD index 34ce863a8..34ce863a8 100755..100644 --- a/social/python2-cheetah/PKGBUILD +++ b/social/python2-cheetah/PKGBUILD diff --git a/social/python2-polib/PKGBUILD b/social/python2-polib/PKGBUILD index fc346ec97..fc346ec97 100755..100644 --- a/social/python2-polib/PKGBUILD +++ b/social/python2-polib/PKGBUILD diff --git a/social/ruby-headers/PKGBUILD b/social/ruby-headers/PKGBUILD index f621772e9..f621772e9 100755..100644 --- a/social/ruby-headers/PKGBUILD +++ b/social/ruby-headers/PKGBUILD diff --git a/social/ruby-shadow/PKGBUILD b/social/ruby-shadow/PKGBUILD index ec243aaea..ec243aaea 100755..100644 --- a/social/ruby-shadow/PKGBUILD +++ b/social/ruby-shadow/PKGBUILD diff --git a/social/seeks/PKGBUILD b/social/seeks/PKGBUILD index f686a2fc9..f686a2fc9 100755..100644 --- a/social/seeks/PKGBUILD +++ b/social/seeks/PKGBUILD diff --git a/social/seeks/conf.patch b/social/seeks/conf.patch index 93e12c311..93e12c311 100755..100644 --- a/social/seeks/conf.patch +++ b/social/seeks/conf.patch diff --git a/social/seeks/docbook2man.patch b/social/seeks/docbook2man.patch index c5de2e063..c5de2e063 100755..100644 --- a/social/seeks/docbook2man.patch +++ b/social/seeks/docbook2man.patch diff --git a/social/seeks/img_websearch.patch b/social/seeks/img_websearch.patch index 94362e2fc..94362e2fc 100755..100644 --- a/social/seeks/img_websearch.patch +++ b/social/seeks/img_websearch.patch diff --git a/social/seeks/install b/social/seeks/install index 35f383a3c..35f383a3c 100755..100644 --- a/social/seeks/install +++ b/social/seeks/install diff --git a/social/seeks/logfile.patch b/social/seeks/logfile.patch index 9f4ab9b02..9f4ab9b02 100755..100644 --- a/social/seeks/logfile.patch +++ b/social/seeks/logfile.patch diff --git a/social/seeks/seeks.conf.d b/social/seeks/seeks.conf.d index c28382aca..c28382aca 100755..100644 --- a/social/seeks/seeks.conf.d +++ b/social/seeks/seeks.conf.d diff --git a/social/seeks/seeks.install b/social/seeks/seeks.install index bf9849e78..bf9849e78 100755..100644 --- a/social/seeks/seeks.install +++ b/social/seeks/seeks.install diff --git a/social/seeks/seeks.logrotate b/social/seeks/seeks.logrotate index 98b411884..98b411884 100755..100644 --- a/social/seeks/seeks.logrotate +++ b/social/seeks/seeks.logrotate diff --git a/social/seeks/seeks.rc.d b/social/seeks/seeks.rc.d index 67de9251a..67de9251a 100755..100644 --- a/social/seeks/seeks.rc.d +++ b/social/seeks/seeks.rc.d diff --git a/social/seeks/seeksdaemon b/social/seeks/seeksdaemon index 551197d28..551197d28 100755..100644 --- a/social/seeks/seeksdaemon +++ b/social/seeks/seeksdaemon diff --git a/social/sipwitch/PKGBUILD b/social/sipwitch/PKGBUILD index 8cb84fad5..8cb84fad5 100755..100644 --- a/social/sipwitch/PKGBUILD +++ b/social/sipwitch/PKGBUILD diff --git a/social/sobby/PKGBUILD b/social/sobby/PKGBUILD index 50f847db9..50f847db9 100755..100644 --- a/social/sobby/PKGBUILD +++ b/social/sobby/PKGBUILD diff --git a/social/spectrum/PKGBUILD b/social/spectrum/PKGBUILD index 95040efb6..95040efb6 100755..100644 --- a/social/spectrum/PKGBUILD +++ b/social/spectrum/PKGBUILD diff --git a/social/spectrum/logrotate.spectrum b/social/spectrum/logrotate.spectrum index ae52ff156..ae52ff156 100755..100644 --- a/social/spectrum/logrotate.spectrum +++ b/social/spectrum/logrotate.spectrum diff --git a/social/spectrum/spectrum.install b/social/spectrum/spectrum.install index 738fc5bbe..738fc5bbe 100755..100644 --- a/social/spectrum/spectrum.install +++ b/social/spectrum/spectrum.install diff --git a/social/statusnet/PKGBUILD b/social/statusnet/PKGBUILD index 998751df5..998751df5 100755..100644 --- a/social/statusnet/PKGBUILD +++ b/social/statusnet/PKGBUILD diff --git a/social/statusnet/statusnet.install b/social/statusnet/statusnet.install index 5ec72e7c2..5ec72e7c2 100755..100644 --- a/social/statusnet/statusnet.install +++ b/social/statusnet/statusnet.install diff --git a/social/strongswan/PKGBUILD b/social/strongswan/PKGBUILD index 8c5e42885..8c5e42885 100755..100644 --- a/social/strongswan/PKGBUILD +++ b/social/strongswan/PKGBUILD diff --git a/social/tinc/PKGBUILD b/social/tinc/PKGBUILD index 87d3415e9..87d3415e9 100755..100644 --- a/social/tinc/PKGBUILD +++ b/social/tinc/PKGBUILD diff --git a/social/tinc/tincd.conf b/social/tinc/tincd.conf index e86139b44..e86139b44 100755..100644 --- a/social/tinc/tincd.conf +++ b/social/tinc/tincd.conf diff --git a/social/tinc/tincd.rcd b/social/tinc/tincd.rcd index 16f39f8ca..16f39f8ca 100755..100644 --- a/social/tinc/tincd.rcd +++ b/social/tinc/tincd.rcd diff --git a/social/tomb/PKGBUILD b/social/tomb/PKGBUILD index a0ac0334f..a0ac0334f 100755..100644 --- a/social/tomb/PKGBUILD +++ b/social/tomb/PKGBUILD diff --git a/social/tomb/tomb.install b/social/tomb/tomb.install index c1ee8b339..c1ee8b339 100755..100644 --- a/social/tomb/tomb.install +++ b/social/tomb/tomb.install diff --git a/social/tomoyo-tools/PKGBUILD b/social/tomoyo-tools/PKGBUILD index aacd1dbe4..aacd1dbe4 100755..100644 --- a/social/tomoyo-tools/PKGBUILD +++ b/social/tomoyo-tools/PKGBUILD diff --git a/social/tomoyo-tools/tomoyo-tools.install b/social/tomoyo-tools/tomoyo-tools.install index 6fb5e16d2..6fb5e16d2 100755..100644 --- a/social/tomoyo-tools/tomoyo-tools.install +++ b/social/tomoyo-tools/tomoyo-tools.install diff --git a/social/trytond/PKGBUILD b/social/trytond/PKGBUILD index 237c599f9..237c599f9 100755..100644 --- a/social/trytond/PKGBUILD +++ b/social/trytond/PKGBUILD diff --git a/social/trytond/trytond.install b/social/trytond/trytond.install index 46d6daaba..46d6daaba 100755..100644 --- a/social/trytond/trytond.install +++ b/social/trytond/trytond.install diff --git a/social/trytond/trytond.rc b/social/trytond/trytond.rc index a93172a58..a93172a58 100755..100644 --- a/social/trytond/trytond.rc +++ b/social/trytond/trytond.rc diff --git a/social/uci/PKGBUILD b/social/uci/PKGBUILD index d306b77bd..d306b77bd 100755..100644 --- a/social/uci/PKGBUILD +++ b/social/uci/PKGBUILD diff --git a/social/ucommon/PKGBUILD b/social/ucommon/PKGBUILD index 240fcc3db..240fcc3db 100755..100644 --- a/social/ucommon/PKGBUILD +++ b/social/ucommon/PKGBUILD |