File: 02_add_interpreted_sequence.diff

package info (click to toggle)
secpanel 1%3A0.6.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 644 kB
  • ctags: 49
  • sloc: tcl: 2,647; sh: 2,329; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Giuseppe Iuculano <giuseppe@iuculano.it>
Description: Add #!/usr/bin/tclsh to convert_history.tcl and export_profiles.tcl

--- a/local/lib/secpanel/convert_history.tcl
+++ b/local/lib/secpanel/convert_history.tcl
@@ -1,3 +1,4 @@
+#!/usr/bin/tclsh
 # convert_history.tcl
 #
 # converts SecPanel's old history file format to new format
--- a/local/lib/secpanel/export_profiles.tcl
+++ b/local/lib/secpanel/export_profiles.tcl
@@ -1,3 +1,5 @@
+#!/usr/bin/tclsh
+
 ##################################################################
 # SecPanel
 #