File: 704724_fix_refers-to-autostart.sh.patch

package info (click to toggle)
openbox 3.7~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,892 kB
  • sloc: ansic: 38,834; xml: 1,358; sh: 665; makefile: 613; python: 421
file content (51 lines) | stat: -rw-r--r-- 2,093 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
commit c94992179e99f4088f3a1cb8e304a9fb6035170d
Author: John Vogel <jvogel4@stny.rr.com>
Date:   Sat Mar 17 12:33:24 2012 -0400

    Update manpage to current version. (Fix bug 5444)

--- a/doc/openbox-session.1.in
+++ b/doc/openbox-session.1.in
@@ -12,8 +12,8 @@ to save your state from one log in to th
 arguments. 
 .PP 
 On log in, \fBopenbox-session\fR will run the 
-~/.config/openbox/autostart.sh script if it exists, and will run the 
-system-wide script @configdir@/openbox/autostart.sh otherwise. You may 
+~/.config/openbox/autostart script if it exists, and will run the 
+system-wide script @configdir@/openbox/autostart otherwise. You may 
 place anything you want to run automatically in those files, for example: 
  
 .PP 
@@ -27,7 +27,7 @@ gnome-settings-daemon &
 .PP 
 Make sure that each line is followed by a "&" or else the script will 
 stop there and further commands will not be executed. You can use the 
-@configdir@/openbox/autostart.sh file as an example for creating your 
+@configdir@/openbox/autostart file as an example for creating your 
 own. 
 .SH "SEE ALSO" 
 .PP 
--- a/doc/openbox-session.1.sgml
+++ b/doc/openbox-session.1.sgml
@@ -44,8 +44,8 @@ manpage.1: manpage.sgml
       arguments.</para>
 
     <para>On log in, <command>&dhpackage;</command> will run the
-      ~/.config/openbox/autostart.sh script if it exists, and will run the
-      system-wide script @configdir@/openbox/autostart.sh otherwise. You may
+      ~/.config/openbox/autostart script if it exists, and will run the
+      system-wide script @configdir@/openbox/autostart otherwise. You may
       place anything you want to run automatically in those files, for example:
       </para>
 
@@ -55,7 +55,7 @@ manpage.1: manpage.sgml
 
     <para>Make sure that each line is followed by a "&" or else the script will
       stop there and further commands will not be executed. You can use the
-      @configdir@/openbox/autostart.sh file as an example for creating your
+      @configdir@/openbox/autostart file as an example for creating your
       own.</para>
 
   </refsect1>