summaryrefslogtreecommitdiff
path: root/rpm
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-17780 Update init script process ulimit to match recommendationsErnie Hershey2015-04-152-2/+2
| | | | (cherry picked from commit 47f76710961fb5be17d92e26fb7452f8223afb9f)
* SERVER-17337 Filter quote characters from RPM init script PIDFILEPATH and ↵Ernie Hershey2015-03-302-2/+3
| | | | | | remove unused DBPATH (cherry picked from commit 400dabd20809c561d8de21438d4bb7c682129641)
* SERVER-16731 Remove unused DBPATH init script variableErnie Hershey2015-03-302-2/+0
| | | | (cherry picked from commit aabf5df5e8683dd91ca3310e0d790f0376d8e5bd)
* SERVER-17517 Revert RPM conflicts to match 2.6Ernie Hershey2015-03-111-6/+6
| | | | (cherry picked from commit 665f406b79678fda71a66e2d4aed63dfeddbc648)
* SERVER-17517 Re-add Obsoletes and Provides RPM tagsErnie Hershey2015-03-091-0/+12
| | | | (cherry picked from commit ff83bfcc085a777b7368a70b12bb874f0e24123d)
* SERVER-16744 mongodb-org packages shouldn't conflict with themselvesErnie Hershey2015-01-082-12/+12
|
* SERVER-16744 Targeted community build packaging and repo placementErnie Hershey2015-01-065-42/+46
| | | | This also addresses SERVER-16100, SERVER-12160, SERVER-12833, and SERVER-10874
* SERVER-16720 updated awk regexp to support inline pidFilePath and dbPath syntaxAndrea Maria Piana2015-01-051-2/+2
| | | | | | Closes #899 Signed-off-by: Benety Goh <benety@mongodb.com>
* Prevent init.d script to fail when pidfilepath isn't configuredJiri Tyr2015-01-051-1/+2
| | | | | | | | | | | This change moves the PIDFILEPATH definition behind the sourcing of the sysconfig file to prevent the init.d script to fail when there is no pidfilepath defined in the config file. It is still possible to define it in the sysconfig file. Closes #895 Signed-off-by: Benety Goh <benety@mongodb.com>
* post 2.8.0-rc4Ernie Hershey2014-12-245-5/+5
|
* BUMP 2.8.0-rc4Dan Pasette2014-12-235-5/+5
|
* SERVER-16081 add --check to init script daemon commandErnie Hershey2014-12-231-1/+1
|
* post 2.8.0-rc3Ernie Hershey2014-12-185-5/+5
|
* BUMP 2.8.0-rc3Dan Pasette2014-12-175-5/+5
|
* post 2.8.0-rc2Dan Pasette2014-12-035-5/+5
|
* BUMP 2.8.0-rc2r2.8.0-rc2Dan Pasette2014-12-035-5/+5
|
* Revert "Revert "post 2.8.0-rc1""Dan Pasette2014-11-235-5/+5
| | | | This reverts commit c8171e7f969519af8b87a43425ae291ee69a0191.
* Revert "post 2.8.0-rc1"r2.8.0-rc1Dan Pasette2014-11-225-5/+5
| | | | This reverts commit dec3111d8bf4d6661be5b08f75d30a9fbe0c18ff.
* post 2.8.0-rc1Dan Pasette2014-11-225-5/+5
|
* BUMP 2.8.0-rc1Ernie Hershey2014-11-215-5/+5
|
* post 2.8.0-rc0Ernie Hershey2014-11-125-5/+5
|
* BUMP 2.8.0-rc0r2.8.0-rc0Dan Pasette2014-11-115-5/+5
|
* SERVER-16017 Remove explicit RPM package dependenciesErnie Hershey2014-11-112-6/+6
| | | | | Use automatically generated library dependencies instead, which are specific to each platform binaries are linked on.
* post 2.7.8Ernie Hershey2014-10-225-5/+5
|
* BUMP 2.7.8r2.7.8Dan Pasette2014-10-225-5/+5
|
* SERVER-15493: changes to include cyrus-sasl-plainAnil Kumar2014-10-012-6/+6
|
* post 2.7.7Ernie Hershey2014-10-015-5/+5
|
* BUMP 2.7.7r2.7.7Ernie Hershey2014-10-015-5/+5
|
* post 2.7.6Ernie Hershey2014-09-055-5/+5
|
* BUMP 2.7.6r2.7.6Ernie Hershey2014-09-055-5/+5
|
* SERVER-10642 Use /etc/init.d/ directory instead of /etc/rc.d/init.d/ ↵Ernie Hershey2014-09-035-20/+20
| | | | directory in spec files
* SERVER-10642 SUSE init scriptErnie Hershey2014-09-031-0/+150
|
* SERVER-15114 Remove misleading init script commentErnie Hershey2014-09-021-3/+0
|
* SERVER-9253 added pid_file argument to mongo_killproc. New usage: ↵Benety Goh2014-08-201-4/+5
| | | | mongo_killproc pid_file procname
* SERVER-9253 fixed init.d/mongod so that it does not sleep for 5 minutes ↵Alexis Midon2014-08-201-1/+32
| | | | | | | | | | | unnecessarily. In some version of Linux, killproc() provided in /etc/init.d/functions has a bug where it will sleep the full duration of the delay (-d). Closes #411 Signed-off-by: Benety Goh <benety@mongodb.com>
* post 2.7.5Ernie Hershey2014-08-155-5/+5
|
* BUMP 2.7.5r2.7.5Ernie Hershey2014-08-155-5/+5
|
* SERVER-7285 Add mongod.service file for LinuxMike MacCana2014-08-111-0/+12
| | | | | | | | Add a systemd .service file. This is used in place of System V init scripts on most current Linux distributions. Closes #740 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-14679 fixed init.d script to create directory for pid fileMarkus W. Mahlberg2014-07-311-0/+6
| | | | | | | | | | | | Startup scripts not fit for CentOS 7 / RHEL 7 Default location for pid file is under /var/run/mongodb. /var/run can be mounted on a temporary filesystem so the pid file directory is not guaranteed to persist across reboots. Closes #723 Signed-off-by: Benety Goh <benety@mongodb.com>
* post 2.7.4Ernie Hershey2014-07-255-5/+5
|
* BUMP 2.7.4r2.7.4Ernie Hershey2014-07-255-5/+5
|
* SERVER-14283 Update package config file httpinterface defaultErnie Hershey2014-07-231-2/+2
|
* post 2.7.3Jonathan Reams2014-07-035-5/+5
|
* BUMP 2.7.3r2.7.3Jonathan Reams2014-07-035-5/+5
|
* post 2.7.2Ernie Hershey2014-06-135-5/+5
|
* BUMP 2.7.2r2.7.2Ernie Hershey2014-06-135-5/+5
|
* SERVER-14247 Use PIDFILEPATH variable instead of missing PIDFILEErnie Hershey2014-06-131-1/+1
|
* post 2.7.1Ernie Hershey2014-05-235-5/+5
|
* BUMP 2.7.1r2.7.1Ernie Hershey2014-05-235-5/+5
|
* SERVER-13950 fix the dependencies in rpm packagingAnil Kumar2014-05-161-1/+3
| | | | Signed-off-by: Benety Goh <benety@mongodb.com>