File: mgetty_1.1.36-1ubuntu1.patch

package info (click to toggle)
mgetty 1.1.36-1.5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,192 kB
  • ctags: 3,675
  • sloc: ansic: 40,051; sh: 6,120; perl: 5,879; makefile: 1,436; tcl: 756; lisp: 283
file content (23 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
+
 mgetty (1.1.36-1) unstable; urgency=low
 
   * New Upstream version, adjust patches (and patch 62 is upstream now).
diff -pruN 1.1.36-1/debian/mgetty-fax.init.d 1.1.36-1ubuntu1/debian/mgetty-fax.init.d
--- 1.1.36-1/debian/mgetty-fax.init.d	2007-12-19 10:13:15.000000000 +0000
+++ 1.1.36-1ubuntu1/debian/mgetty-fax.init.d	2007-12-19 10:11:56.000000000 +0000
@@ -15,6 +15,15 @@ check_for_no_start() {
     fi
 }
 
+if [ ! -d /var/lock/fax ]; then
+	mkdir /var/lock/fax
+	chown uucp:root /var/lock/fax
+fi
+if [ ! -d /var/run/mgetty-fax ]; then
+	mkdir /var/run/mgetty-fax
+	chown uucp:root /var/run/mgetty-fax
+fi
+
 case "$1" in
   start)
 	check_for_no_start