Project

General

Profile

Actions

Bug #866

closed

Defaults file has windows line endings

Added by Andrew Thompson about 13 years ago. Updated about 13 years ago.

Status:
Rejected
Priority:
Normal
Category:
Packaging
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

I installed the latest package from the testing repo and the /etc/default/foreman has Windows line endings. This is causing the init.d scripts to fail. After converting the line endings, the init scripts work fine.

puser@puppetqa:~$ cat -e /etc/default/foreman
  1. Start foreman on boot?^M$
    START=yes^M$
    ^M$
  2. the location where foreman is installed^M$
    #FOREMAN_HOME=/usr/share/foreman^M$
    ^M$
  3. the network interface which foreman web server is running at^M$
    #FOREMAN_IFACE=0.0.0.0^M$
    ^M$
  4. the port which foreman web server is running at^M$
  5. note that if the foreman user is not root, it has to be a > 1024^M$
    #FOREMAN_PORT=3000^M$
    ^M$
  6. the user which runs the web interface^M$
    #FOREMAN_USER=foreman^M$
    ^M$
  7. the rails environment in which foreman runs^M$
    #FOREMAN_ENV=production^M$
Actions

Also available in: Atom PDF