From 3ea85cf22874e052719cb482cae09adbdd8e41f5 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 19 Jan 2015 12:10:35 +0000 Subject: [PATCH] etc/vim/vimplate-dump permission --- bin/nb-install | 2 +- etc/vim/checkscript.sh | 0 etc/vim/checkspell.sh | 0 etc/vim/choosesig.pl | 0 etc/vim/templates/daemon.tt | 4 ++-- etc/vim/vim-shortcurts | 0 etc/vim/vim-shortcurts-stdin | 0 etc/vim/vim-shortcurts.new | 0 etc/vim/vim-template-0.3.0.zip | Bin etc/vim/vimplaterc | 0 10 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 etc/vim/checkscript.sh mode change 100755 => 100644 etc/vim/checkspell.sh mode change 100755 => 100644 etc/vim/choosesig.pl mode change 100755 => 100644 etc/vim/vim-shortcurts mode change 100755 => 100644 etc/vim/vim-shortcurts-stdin mode change 100755 => 100644 etc/vim/vim-shortcurts.new mode change 100755 => 100644 etc/vim/vim-template-0.3.0.zip mode change 100755 => 100644 etc/vim/vimplaterc diff --git a/bin/nb-install b/bin/nb-install index e894f536..427c152b 100755 --- a/bin/nb-install +++ b/bin/nb-install @@ -84,7 +84,7 @@ fi # # Executable # -chmod 755 --changes $NB_ROOT/etc/vim/vim* $NB_ROOT/etc/vim/*.sh $NB_ROOT/etc/vim/*.pl +chmod 755 --changes $NB_ROOT/etc/vim/vim* $NB_ROOT/etc/vim/*.sh $NB_ROOT/etc/vim/*.pl $NB_ROOT/etc/vim/vimplate-dump # # Bye diff --git a/etc/vim/checkscript.sh b/etc/vim/checkscript.sh old mode 100755 new mode 100644 diff --git a/etc/vim/checkspell.sh b/etc/vim/checkspell.sh old mode 100755 new mode 100644 diff --git a/etc/vim/choosesig.pl b/etc/vim/choosesig.pl old mode 100755 new mode 100644 diff --git a/etc/vim/templates/daemon.tt b/etc/vim/templates/daemon.tt index 20e64b19..80d69ee5 100644 --- a/etc/vim/templates/daemon.tt +++ b/etc/vim/templates/daemon.tt @@ -3,8 +3,8 @@ # Provides: ${NAME} # Required-Start: $local_fs $remote_fs # Required-Stop: $remote_fs -# Default-Start: 3 5 -# Default-Stop: 0 1 2 6 +# Default-Start: 2 3 5 +# Default-Stop: 0 1 6 # Author: [% user.author %] # Short-Description: [% var.filename %] # Description: [% user.me_now %] - [% user.copyright %] diff --git a/etc/vim/vim-shortcurts b/etc/vim/vim-shortcurts old mode 100755 new mode 100644 diff --git a/etc/vim/vim-shortcurts-stdin b/etc/vim/vim-shortcurts-stdin old mode 100755 new mode 100644 diff --git a/etc/vim/vim-shortcurts.new b/etc/vim/vim-shortcurts.new old mode 100755 new mode 100644 diff --git a/etc/vim/vim-template-0.3.0.zip b/etc/vim/vim-template-0.3.0.zip old mode 100755 new mode 100644 diff --git a/etc/vim/vimplaterc b/etc/vim/vimplaterc old mode 100755 new mode 100644 -- 2.47.3