From e639dda71baacd364c358a0dde793191982b98f9 Mon Sep 17 00:00:00 2001 From: liuh-80 <58683130+liuh-80@users.noreply.github.com> Date: Fri, 21 Jan 2022 22:28:31 +0800 Subject: [PATCH] [TACACS] fix src\tacacs\bash_tacplus\debian\rules file mode to 755 because it will be change to 755 by debian build and cause dirty image version. (#9821) #### Why I did it src\tacacs\bash_tacplus\debian\rules file mode is 644, and debian build will change it to 755, which will cause image version contains 'dirty' #### How I did it Change src\tacacs\bash_tacplus\debian\rules file mode to 755 #### How to verify it Check the image version not contains dirty #### Which release branch to backport (provide reason below if selected) - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [*] 202111 #### Description for the changelog Change src\tacacs\bash_tacplus\debian\rules file mode to 755 #### A picture of a cute animal (not mandatory but encouraged) --- src/tacacs/bash_tacplus/debian/rules | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/tacacs/bash_tacplus/debian/rules diff --git a/src/tacacs/bash_tacplus/debian/rules b/src/tacacs/bash_tacplus/debian/rules old mode 100644 new mode 100755