Changeset 2630 for trunk/packages/invirt-dev/debian/invirt-dev.postinst
- Timestamp:
- Dec 17, 2009, 5:56:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/debian/invirt-dev.postinst
r2588 r2630 21 21 fi 22 22 23 invirt-build-conf24 25 23 cat >>/etc/sudoers <<EOF 26 24 ### BEGIN invirt-dev … … 28 26 ### END invirt-dev 29 27 EOF 28 30 29 echo "-----" 31 30 echo "invirt-dev: run" … … 45 44 ;; 46 45 esac 46 47 if [ -x /etc/init.d/invirt-dev ]; then 48 if hash invoke-rc.d 2>/dev/null; then 49 invoke-rc.d invirt-dev start 50 else 51 /etc/init.d/invirt-dev start 52 fi 53 fi
Note: See TracChangeset
for help on using the changeset viewer.