2 |
%define name e-smith-nutUPS |
%define name e-smith-nutUPS |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.2.0 |
%define version 1.2.0 |
5 |
%define release 16 |
%define release 17 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
34 |
the SME server software. |
the SME server software. |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.2.0-17 |
38 |
|
- Start rc7.d/S38nut up from S15 [SME: 3592] |
39 |
|
|
40 |
* Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.2.0-16 |
* Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.2.0-16 |
41 |
- Fix use of uninitialized value in nutModel migrate. [SME: 3597] |
- Fix use of uninitialized value in nutModel migrate. [SME: 3597] |
42 |
|
|
242 |
perl createlinks |
perl createlinks |
243 |
|
|
244 |
mkdir -p root/etc/rc.d/rc7.d |
mkdir -p root/etc/rc.d/rc7.d |
245 |
ln -s ../init.d/e-smith-service root/etc/rc.d/rc7.d/S15nut |
ln -s ../init.d/e-smith-service root/etc/rc.d/rc7.d/S38nut |
246 |
mkdir -p root/etc/rc.d/init.d |
mkdir -p root/etc/rc.d/init.d |
247 |
ln -s ups root/etc/rc.d/init.d/nut |
ln -s ups root/etc/rc.d/init.d/nut |
248 |
|
|