Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
dde68788
Commit
dde68788
authored
12 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change license to AFGPLv3
parent
e66c3030
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
226 additions
and
263 deletions
+226
-263
LICENSE
LICENSE
+0
-0
epm
bin/epm
+6
-7
epm-addrepo
bin/epm-addrepo
+6
-7
epm-autoclean
bin/epm-autoclean
+6
-7
epm-changelog
bin/epm-changelog
+6
-7
epm-check
bin/epm-check
+6
-7
epm-checkpkg
bin/epm-checkpkg
+7
-8
epm-clean
bin/epm-clean
+6
-7
epm-filelist
bin/epm-filelist
+6
-7
epm-info
bin/epm-info
+6
-7
epm-install
bin/epm-install
+6
-7
epm-packages
bin/epm-packages
+6
-7
epm-query
bin/epm-query
+6
-7
epm-query_file
bin/epm-query_file
+6
-7
epm-query_package
bin/epm-query_package
+6
-7
epm-reinstall
bin/epm-reinstall
+6
-7
epm-remove
bin/epm-remove
+6
-7
epm-removerepo
bin/epm-removerepo
+6
-7
epm-repolist
bin/epm-repolist
+6
-7
epm-requires
bin/epm-requires
+6
-7
epm-search
bin/epm-search
+6
-7
epm-search_file
bin/epm-search_file
+6
-7
epm-sh-functions
bin/epm-sh-functions
+6
-7
epm-simulate
bin/epm-simulate
+6
-7
epm-update
bin/epm-update
+6
-7
epm-upgrade
bin/epm-upgrade
+6
-7
serv
bin/serv
+6
-7
serv-common
bin/serv-common
+6
-7
serv-disable
bin/serv-disable
+6
-7
serv-enable
bin/serv-enable
+6
-7
serv-list
bin/serv-list
+6
-7
serv-list_all
bin/serv-list_all
+6
-7
serv-list_startup
bin/serv-list_startup
+6
-7
serv-start
bin/serv-start
+6
-7
serv-status
bin/serv-status
+6
-7
serv-stop
bin/serv-stop
+6
-7
serv-try_restart
bin/serv-try_restart
+6
-7
eepm.spec
eepm.spec
+3
-3
pack_in_onefile.sh
pack_in_onefile.sh
+6
-7
No files found.
LICENSE
0 → 100644
View file @
dde68788
This diff is collapsed.
Click to expand it.
bin/epm
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
PROGDIR
=
$(
dirname
$0
)
PROGDIR
=
$(
dirname
$0
)
...
...
This diff is collapsed.
Click to expand it.
bin/epm-addrepo
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
epm_addrepo
()
epm_addrepo
()
...
...
This diff is collapsed.
Click to expand it.
bin/epm-autoclean
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
epm_autoclean
()
epm_autoclean
()
...
...
This diff is collapsed.
Click to expand it.
bin/epm-changelog
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper epm-query
load_helper epm-query
...
...
This diff is collapsed.
Click to expand it.
bin/epm-check
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
epm_check
()
epm_check
()
...
...
This diff is collapsed.
Click to expand it.
bin/epm-checkpkg
View file @
dde68788
...
@@ -3,20 +3,19 @@
...
@@ -3,20 +3,19 @@
# Copyright (C) 2009, 2012 Etersoft
# Copyright (C) 2009, 2012 Etersoft
# Copyright (C) 2009, 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2009, 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
check_rpm_integrity
()
check_rpm_integrity
()
{
{
...
...
This diff is collapsed.
Click to expand it.
bin/epm-clean
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
epm_clean
()
epm_clean
()
...
...
This diff is collapsed.
Click to expand it.
bin/epm-filelist
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper epm-query
load_helper epm-query
...
...
This diff is collapsed.
Click to expand it.
bin/epm-info
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper epm-query
load_helper epm-query
...
...
This diff is collapsed.
Click to expand it.
bin/epm-install
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# TODO: use when run install with epm --skip-installed install
# TODO: use when run install with epm --skip-installed install
...
...
This diff is collapsed.
Click to expand it.
bin/epm-packages
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
epm_packages
()
epm_packages
()
...
...
This diff is collapsed.
Click to expand it.
bin/epm-query
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper epm-packages
load_helper epm-packages
...
...
This diff is collapsed.
Click to expand it.
bin/epm-query_file
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2009, 2012 Etersoft
# Copyright (C) 2009, 2012 Etersoft
# Copyright (C) 2009, 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2009, 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper epm-search_file
load_helper epm-search_file
...
...
This diff is collapsed.
Click to expand it.
bin/epm-query_package
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper epm-packages
load_helper epm-packages
...
...
This diff is collapsed.
Click to expand it.
bin/epm-reinstall
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# copied from etersoft-build-utils/share/eterbuild/functions/rpmpkg
# copied from etersoft-build-utils/share/eterbuild/functions/rpmpkg
...
...
This diff is collapsed.
Click to expand it.
bin/epm-remove
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# Try remove with low level removing
# Try remove with low level removing
...
...
This diff is collapsed.
Click to expand it.
bin/epm-removerepo
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
epm_removerepo
()
epm_removerepo
()
...
...
This diff is collapsed.
Click to expand it.
bin/epm-repolist
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
print_apt_sources_list
()
print_apt_sources_list
()
...
...
This diff is collapsed.
Click to expand it.
bin/epm-requires
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
epm_requires
()
epm_requires
()
...
...
This diff is collapsed.
Click to expand it.
bin/epm-search
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# copied from korinf/tools/run-script/scripts/search
# copied from korinf/tools/run-script/scripts/search
...
...
This diff is collapsed.
Click to expand it.
bin/epm-search_file
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# TODO: port or rewrite apt-file
# TODO: port or rewrite apt-file
...
...
This diff is collapsed.
Click to expand it.
bin/epm-sh-functions
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# copied from /etc/init.d/outformat (ALT Linux)
# copied from /etc/init.d/outformat (ALT Linux)
...
...
This diff is collapsed.
Click to expand it.
bin/epm-simulate
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper epm-install
load_helper epm-install
...
...
This diff is collapsed.
Click to expand it.
bin/epm-update
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# copied from korinf/tools/run-script/scripts/update
# copied from korinf/tools/run-script/scripts/update
...
...
This diff is collapsed.
Click to expand it.
bin/epm-upgrade
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
epm_upgrade
()
epm_upgrade
()
...
...
This diff is collapsed.
Click to expand it.
bin/serv
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
PROGDIR
=
$(
dirname
$0
)
PROGDIR
=
$(
dirname
$0
)
...
...
This diff is collapsed.
Click to expand it.
bin/serv-common
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# Common call service
# Common call service
...
...
This diff is collapsed.
Click to expand it.
bin/serv-disable
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper serv-stop
load_helper serv-stop
...
...
This diff is collapsed.
Click to expand it.
bin/serv-enable
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper serv-start
load_helper serv-start
...
...
This diff is collapsed.
Click to expand it.
bin/serv-list
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# List running services
# List running services
...
...
This diff is collapsed.
Click to expand it.
bin/serv-list_all
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# List all available services
# List all available services
...
...
This diff is collapsed.
Click to expand it.
bin/serv-list_startup
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
serv_list_startup
()
serv_list_startup
()
...
...
This diff is collapsed.
Click to expand it.
bin/serv-start
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# Start service
# Start service
...
...
This diff is collapsed.
Click to expand it.
bin/serv-status
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
is_service_running
()
is_service_running
()
...
...
This diff is collapsed.
Click to expand it.
bin/serv-stop
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# Stop service
# Stop service
...
...
This diff is collapsed.
Click to expand it.
bin/serv-try_restart
View file @
dde68788
...
@@ -3,19 +3,18 @@
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
load_helper serv-status
load_helper serv-status
...
...
This diff is collapsed.
Click to expand it.
eepm.spec
View file @
dde68788
Name: eepm
Name: eepm
Version: 1.1.0
Version: 1.1.0
Release: alt
2
Release: alt
3
Summary: Etersoft EPM package manager
Summary: Etersoft EPM package manager
License:
GPLv2
License:
AFGPLv3
Group: System/Configuration/Packaging
Group: System/Configuration/Packaging
Url: http://wiki.etersoft.ru/EPM
Url: http://wiki.etersoft.ru/EPM
...
@@ -46,7 +46,7 @@ See detailed description here: http://wiki.etersoft.ru/EPM
...
@@ -46,7 +46,7 @@ See detailed description here: http://wiki.etersoft.ru/EPM
install -m 0755 *packed.sh %buildroot/%_datadir/%name/
install -m 0755 *packed.sh %buildroot/%_datadir/%name/
%files
%files
%doc README TODO
%doc README TODO
LICENSE
%_bindir/epm*
%_bindir/epm*
%_bindir/eepm
%_bindir/eepm
%_bindir/upm
%_bindir/upm
...
...
This diff is collapsed.
Click to expand it.
pack_in_onefile.sh
View file @
dde68788
...
@@ -5,19 +5,18 @@
...
@@ -5,19 +5,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
#
# This
file is free software;
you can redistribute it and/or modify
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment