- Timestamp:
- May 15, 2014, 8:42:42 PM (11 years ago)
- Location:
- scripts
- Files:
- 
      - 9 edited
 
 - 
          
  etc/7dtd.conf (modified) (1 diff)
- 
          
  etc/init.d/7dtd.sh (modified) (1 diff)
- 
          
  usr/local/bin/7dtd-backup.sh (modified) (1 diff)
- 
          
  usr/local/bin/7dtd-common.sh (modified) (1 diff)
- 
          
  usr/local/bin/7dtd-instances.sh (modified) (1 diff)
- 
          
  usr/local/bin/7dtd-kill.sh (modified) (1 diff)
- 
          
  usr/local/bin/7dtd-running.sh (modified) (1 diff)
- 
          
  usr/local/bin/7dtd-start.sh (modified) (1 diff)
- 
          
  usr/local/bin/7dtd-update.sh (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      scripts/etc/7dtd.confr9 r10 1 1 #!/bin/sh 2 # Version 1 2 3 3 4 # Root directory where steamcmd should be placed 
- 
      scripts/etc/init.d/7dtd.shr9 r10 1 1 #!/bin/sh 2 # Version 1 2 3 3 4 ### BEGIN INIT INFO 
- 
      scripts/usr/local/bin/7dtd-backup.shr9 r10 1 1 #!/bin/bash 2 # Version 1 2 3 . /etc/7dtd.conf 3 4 
- 
      scripts/usr/local/bin/7dtd-common.shr9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Provides common functions for 7dtd-scripts. Not intended to be run directly. 3 5 
- 
      scripts/usr/local/bin/7dtd-instances.shr9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Lists available 7dtd instances. 3 5 # Returns: 4 6 # 0 5 6 7 . /usr/local/bin/7dtd-common.sh 7 8 checkRootLoadConf 
- 
      scripts/usr/local/bin/7dtd-kill.shr9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Tries to stop the 7dtd instance given as first parameter. 3 5 # Returns: 
- 
      scripts/usr/local/bin/7dtd-running.shr9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Checks if the 7dtd instance given as first parameter is running. 3 5 # Returns: 
- 
      scripts/usr/local/bin/7dtd-start.shr9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Tries to start the 7dtd instance given as first parameter. 3 5 # Returns: 
- 
      scripts/usr/local/bin/7dtd-update.shr9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 . /usr/local/bin/7dtd-common.sh 3 5 checkRootLoadConf 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
