Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37883536
en ru br
Репозитории ALT
5.1: 0.3-alt4.20070117
4.1: 0.3-alt3.20070117.1
4.0: 0.3-alt3.20070117.1
3.0:
+backports:0-alt0.20070117.M30.1
www.altlinux.org/Changes

Группа :: Система/Настройка/Оборудование
Пакет: ltspfs

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

#!/bin/sh
#
# ltspfs Setup FUSE for ltspfs
#
# chkconfig: 345 12 88
# description: Make sure ltspfs can work

# Do not load RH compatibility interface.
WITHOUT_RC_COMPAT=1
RETVAL=0

# Source function library.
. /etc/init.d/functions

check() { [ "`control fusermount 2>/dev/null`" = "public" ]; }
start() { modprobe fuse && check && chmod a+rw /dev/fuse ||:; }
stop() { chmod o-rw /dev/fuse; }

# See how we were called.
case "$1" in
start) start;;
stop) stop;;
reload|restart|condstop|condrestart|condreload) ;;
status) ls -l /dev/fuse;;
*)
msg_usage "${0##*/} {start|stop|reload|restart|condstop|condrestart|condreload|status}"
RETVAL=1;;
esac

exit $RETVAL
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin