Changeset 463
- Timestamp:
- 04/24/06 22:45:35 (3 years ago)
- Files:
-
- trunk/debian/freecast.init.template (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/freecast.init.template
r358 r463 31 31 # we can't check urls 32 32 33 if [ "$CONFIG_URL" != "true" &&! -f $CONFIG ]; then33 if [ "$CONFIG_URL" != "true" -a ! -f $CONFIG ]; then 34 34 echo "The specified configuration file doesn't exist ($CONFIG)." 35 35 echo "See configuration samples into /usr/share/doc/freecast."
