From: <abe...@us...> - 2013-12-30 00:51:23
|
Revision: 6331 http://sourceforge.net/p/astlinux/code/6331 Author: abelbeck Date: 2013-12-30 00:51:20 +0000 (Mon, 30 Dec 2013) Log Message: ----------- nut, more build tweaks, fix copy-paste typo Modified Paths: -------------- branches/1.0/package/nut/nut.mk Modified: branches/1.0/package/nut/nut.mk =================================================================== --- branches/1.0/package/nut/nut.mk 2013-12-30 00:30:15 UTC (rev 6330) +++ branches/1.0/package/nut/nut.mk 2013-12-30 00:51:20 UTC (rev 6331) @@ -98,8 +98,8 @@ done rm -rf $(TARGET_DIR)/etc/ups ln -s /tmp/etc/ups $(TARGET_DIR)/etc/ups - ln -sf ../../init.d/slapd $(TARGET_DIR)/etc/runlevels/default/S35ups - ln -sf ../../init.d/slapd $(TARGET_DIR)/etc/runlevels/default/K21ups + ln -sf ../../init.d/ups $(TARGET_DIR)/etc/runlevels/default/S35ups + ln -sf ../../init.d/ups $(TARGET_DIR)/etc/runlevels/default/K21ups endef NUT_POST_INSTALL_TARGET_HOOKS += NUT_INSTALL_SCRIPT This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |